Ev Charger Info
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)
Content copied to clipboard
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 = "공용")
Content copied to clipboard
Properties
chargingDateTime
Link copied to clipboard
isAvailable
Link copied to clipboard
operatorId
Link copied to clipboard
operatorName
Link copied to clipboard
publicType
Link copied to clipboard
updateDateTime
Link copied to clipboard