Package ai.promoted.delivery.model
Class ClientInfo
- java.lang.Object
-
- ai.promoted.delivery.model.ClientInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLIENT_TYPEstatic StringJSON_PROPERTY_TRAFFIC_TYPE
-
Constructor Summary
Constructors Constructor Description ClientInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientInfoclientType(ClientType clientType)ClientInfoclone()Gets a clone of the ClientInfo.booleanequals(Object o)Return true if this ClientInfo object is equal to o.ClientTypegetClientType()Get clientTypeTrafficTypegetTrafficType()Get trafficTypeinthashCode()voidsetClientType(ClientType clientType)voidsetTrafficType(TrafficType trafficType)StringtoString()ClientInfotrafficType(TrafficType trafficType)
-
-
-
Field Detail
-
JSON_PROPERTY_CLIENT_TYPE
public static final String JSON_PROPERTY_CLIENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TRAFFIC_TYPE
public static final String JSON_PROPERTY_TRAFFIC_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
clientType
public ClientInfo clientType(ClientType clientType)
-
getClientType
public ClientType getClientType()
Get clientType- Returns:
- clientType
-
setClientType
public void setClientType(ClientType clientType)
-
trafficType
public ClientInfo trafficType(TrafficType trafficType)
-
getTrafficType
public TrafficType getTrafficType()
Get trafficType- Returns:
- trafficType
-
setTrafficType
public void setTrafficType(TrafficType trafficType)
-
equals
public boolean equals(Object o)
Return true if this ClientInfo object is equal to o.
-
clone
public ClientInfo clone() throws CloneNotSupportedException
Gets a clone of the ClientInfo.- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-