Package ai.promoted.delivery.model
Class ClientInfo
java.lang.Object
ai.promoted.delivery.model.ClientInfo
- All Implemented Interfaces:
Cloneable
ClientInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientType(ClientType clientType) clone()Gets a clone of the ClientInfo.booleanReturn true if this ClientInfo object is equal to o.Get clientTypeGet trafficTypeinthashCode()voidsetClientType(ClientType clientType) voidsetTrafficType(TrafficType trafficType) toString()trafficType(TrafficType trafficType)
-
Field Details
-
JSON_PROPERTY_CLIENT_TYPE
- See Also:
-
JSON_PROPERTY_TRAFFIC_TYPE
- See Also:
-
-
Constructor Details
-
ClientInfo
public ClientInfo()
-
-
Method Details
-
clientType
-
getClientType
Get clientType- Returns:
- clientType
-
setClientType
-
trafficType
-
getTrafficType
Get trafficType- Returns:
- trafficType
-
setTrafficType
-
equals
Return true if this ClientInfo object is equal to o. -
hashCode
public int hashCode() -
toString
-
clone
Gets a clone of the ClientInfo.- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-