Serialized Form
-
Package net.solarnetwork.ocpp.domain
-
Class net.solarnetwork.ocpp.domain.Authorization
class Authorization extends net.solarnetwork.dao.BasicLongEntity implements Serializable- serialVersionUID:
- -540993930373637753L
-
Class net.solarnetwork.ocpp.domain.ChargePoint
class ChargePoint extends net.solarnetwork.dao.BasicLongEntity implements Serializable- serialVersionUID:
- -5780143529087352852L
-
Serialized Fields
-
connectorCount
int connectorCount
The connector count. -
enabled
boolean enabled
The enabled status. -
info
ChargePointInfo info
The charge point information. -
registrationStatus
RegistrationStatus registrationStatus
The registration status.
-
-
Class net.solarnetwork.ocpp.domain.ChargePointConnector
class ChargePointConnector extends net.solarnetwork.dao.BasicEntity<ChargePointConnectorKey> implements Serializable- serialVersionUID:
- 519157807846471742L
-
Serialized Fields
-
info
StatusNotification info
The status notification information.
-
-
Class net.solarnetwork.ocpp.domain.ChargePointConnectorKey
class ChargePointConnectorKey extends Object implements Serializable- serialVersionUID:
- 6544054010677060649L
-
Serialized Fields
-
chargePointId
long chargePointId
The charge point ID. -
connectorId
int connectorId
The connector ID.
-
-
Class net.solarnetwork.ocpp.domain.ChargeSession
class ChargeSession extends net.solarnetwork.dao.BasicUuidEntity implements Serializable- serialVersionUID:
- 7816221911693319631L
-
Serialized Fields
-
authId
String authId
The authorization ID. -
chargePointId
long chargePointId
The charge point ID. -
connectorId
int connectorId
The charge point connector ID. -
endAuthId
String endAuthId
The end authorization ID. -
ended
Instant ended
The end date. -
endReason
ChargeSessionEndReason endReason
The end reason. -
posted
Instant posted
The date posted to the Central System. -
transactionId
int transactionId
The transaction ID.
-
-
Class net.solarnetwork.ocpp.domain.ChargingProfile
class ChargingProfile extends net.solarnetwork.dao.BasicUuidEntity implements Serializable- serialVersionUID:
- -5952532162434074127L
-
Serialized Fields
-
info
ChargingProfileInfo info
The charging profile information.
-
-
Class net.solarnetwork.ocpp.domain.SystemUser
class SystemUser extends net.solarnetwork.dao.BasicLongEntity implements Serializable- serialVersionUID:
- -8412183373239562934L
-
-
Package net.solarnetwork.ocpp.service
-
Exception net.solarnetwork.ocpp.service.AuthorizationException
class AuthorizationException extends RuntimeException implements Serializable- serialVersionUID:
- -5586850023205320485L
-
Serialized Fields
-
info
AuthorizationInfo info
The authorization information. -
transactionId
Integer transactionId
An optional transaction ID.
-
-