Package io.gs2.exchange.model
Class Await
java.lang.Object
io.gs2.exchange.model.Await
- All Implemented Interfaces:
IModel,Serializable,Comparable<Await>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic AwaitfromJson(com.fasterxml.jackson.databind.JsonNode data) getCount()getName()inthashCode()voidsetAcquirableAt(Long acquirableAt) voidsetAwaitId(String awaitId) voidvoidvoidsetExchangedAt(Long exchangedAt) voidvoidsetRateName(String rateName) voidsetRevision(Long revision) voidsetSkipSeconds(Integer skipSeconds) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAcquirableAt(Long acquirableAt) withAwaitId(String awaitId) withConfig(List<Config> config) withExchangedAt(Long exchangedAt) withRateName(String rateName) withRevision(Long revision) withSkipSeconds(Integer skipSeconds) withUserId(String userId)
-
Constructor Details
-
Await
public Await()
-
-
Method Details
-
getAwaitId
-
setAwaitId
-
withAwaitId
-
getUserId
-
setUserId
-
withUserId
-
getRateName
-
setRateName
-
withRateName
-
getName
-
setName
-
withName
-
getCount
-
setCount
-
withCount
-
getSkipSeconds
-
setSkipSeconds
-
withSkipSeconds
-
getConfig
-
setConfig
-
withConfig
-
getAcquirableAt
-
setAcquirableAt
-
withAcquirableAt
-
getExchangedAt
-
setExchangedAt
-
withExchangedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Await>
-
hashCode
public int hashCode() -
equals
-