Package ai.promoted.delivery.model
Class Timing
java.lang.Object
ai.promoted.delivery.model.Timing
Timing
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientLogTimestamp(Long clientLogTimestamp) booleanReturn true if this Timing object is equal to o.eventApiTimestamp(Long eventApiTimestamp) Get clientLogTimestampGet eventApiTimestampGet logTimestampinthashCode()logTimestamp(Long logTimestamp) voidsetClientLogTimestamp(Long clientLogTimestamp) voidsetEventApiTimestamp(Long eventApiTimestamp) voidsetLogTimestamp(Long logTimestamp) toString()
-
Field Details
-
JSON_PROPERTY_CLIENT_LOG_TIMESTAMP
- See Also:
-
JSON_PROPERTY_EVENT_API_TIMESTAMP
- See Also:
-
JSON_PROPERTY_LOG_TIMESTAMP
- See Also:
-
-
Constructor Details
-
Timing
public Timing()
-
-
Method Details
-
clientLogTimestamp
-
getClientLogTimestamp
Get clientLogTimestamp- Returns:
- clientLogTimestamp
-
setClientLogTimestamp
-
eventApiTimestamp
-
getEventApiTimestamp
Get eventApiTimestamp- Returns:
- eventApiTimestamp
-
setEventApiTimestamp
-
logTimestamp
-
getLogTimestamp
Get logTimestamp- Returns:
- logTimestamp
-
setLogTimestamp
-
equals
Return true if this Timing object is equal to o. -
hashCode
public int hashCode() -
toString
-