ConnectorAvailabilityDetails

constructor(    power: Power? = null,     @IntRange(from = 0) available: Int,     @IntRange(from = 0) occupied: Int,     @IntRange(from = 0) reserved: Int,     @IntRange(from = 0) unknown: Int,     @IntRange(from = 0) outOfService: Int)