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()voidsetAwaitId(String awaitId) voidvoidsetExchangedAt(Long exchangedAt) voidvoidsetRateName(String rateName) voidsetRevision(Long revision) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAwaitId(String awaitId) withExchangedAt(Long exchangedAt) withRateName(String rateName) withRevision(Long revision) 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
-
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
-