EvChargerInfo

data class EvChargerInfo(isAvailable: String, isFast: String, chargerId: String, type: String, updateDateTime: String, operatorId: String, operatorName: String, chargingDateTime: String, stationId: String, status: String, powerType: String, publicType: String)

EvChargerInfo : 서버로 부터 전달되는 데이터 포멧 "isAvailable": "Y", "isFast": "Y", "chargerId": "01", "type": "06", "updateDateTime": "20220824100118", "operatorId": "ME", "operatorName": "환경부", "chargingDateTime": "20220824095940", "stationId": "ME178009", "status": "2", "powerType": "급속(50kW단독)" "publicType": "공용" 혹은 "비공용"

Constructors

EvChargerInfo
Link copied to clipboard
fun EvChargerInfo(isAvailable: String = StringUtils.EMPTY, isFast: String = StringUtils.EMPTY, chargerId: String = StringUtils.EMPTY, type: String = StringUtils.EMPTY, updateDateTime: String = StringUtils.EMPTY, operatorId: String = StringUtils.EMPTY, operatorName: String = StringUtils.EMPTY, chargingDateTime: String = StringUtils.EMPTY, stationId: String = StringUtils.EMPTY, status: String = StringUtils.EMPTY, powerType: String = StringUtils.EMPTY, publicType: String = "공용")

Properties

chargerId
Link copied to clipboard
val chargerId: String
chargingDateTime
Link copied to clipboard
val chargingDateTime: String
isAvailable
Link copied to clipboard
val isAvailable: String
isFast
Link copied to clipboard
val isFast: String
operatorId
Link copied to clipboard
val operatorId: String
operatorName
Link copied to clipboard
val operatorName: String
powerType
Link copied to clipboard
val powerType: String
publicType
Link copied to clipboard
var publicType: String
stationId
Link copied to clipboard
val stationId: String
status
Link copied to clipboard
val status: String
type
Link copied to clipboard
val type: String
updateDateTime
Link copied to clipboard
val updateDateTime: String