Package ai.promoted.delivery.model
Class Timing
- java.lang.Object
-
- ai.promoted.delivery.model.Timing
-
public class Timing extends Object
Timing
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLIENT_LOG_TIMESTAMPstatic StringJSON_PROPERTY_EVENT_API_TIMESTAMPstatic StringJSON_PROPERTY_LOG_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description Timing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimingclientLogTimestamp(Long clientLogTimestamp)booleanequals(Object o)Return true if this Timing object is equal to o.TimingeventApiTimestamp(Long eventApiTimestamp)LonggetClientLogTimestamp()Get clientLogTimestampLonggetEventApiTimestamp()Get eventApiTimestampLonggetLogTimestamp()Get logTimestampinthashCode()TiminglogTimestamp(Long logTimestamp)voidsetClientLogTimestamp(Long clientLogTimestamp)voidsetEventApiTimestamp(Long eventApiTimestamp)voidsetLogTimestamp(Long logTimestamp)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CLIENT_LOG_TIMESTAMP
public static final String JSON_PROPERTY_CLIENT_LOG_TIMESTAMP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EVENT_API_TIMESTAMP
public static final String JSON_PROPERTY_EVENT_API_TIMESTAMP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOG_TIMESTAMP
public static final String JSON_PROPERTY_LOG_TIMESTAMP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getClientLogTimestamp
public Long getClientLogTimestamp()
Get clientLogTimestamp- Returns:
- clientLogTimestamp
-
setClientLogTimestamp
public void setClientLogTimestamp(Long clientLogTimestamp)
-
getEventApiTimestamp
public Long getEventApiTimestamp()
Get eventApiTimestamp- Returns:
- eventApiTimestamp
-
setEventApiTimestamp
public void setEventApiTimestamp(Long eventApiTimestamp)
-
getLogTimestamp
public Long getLogTimestamp()
Get logTimestamp- Returns:
- logTimestamp
-
setLogTimestamp
public void setLogTimestamp(Long logTimestamp)
-
equals
public boolean equals(Object o)
Return true if this Timing object is equal to o.
-
-