Package io.gs2.exchange.model
Class RateModelMaster
java.lang.Object
io.gs2.exchange.model.RateModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<RateModelMaster>
public class RateModelMaster
extends Object
implements IModel, Serializable, Comparable<RateModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic RateModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireActions(List<AcquireAction> acquireActions) voidsetConsumeActions(List<ConsumeAction> consumeActions) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetLockTime(Integer lockTime) voidsetMetadata(String metadata) voidvoidsetRateModelId(String rateModelId) voidsetRevision(Long revision) voidsetTimingType(String timingType) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireActions(List<AcquireAction> acquireActions) withConsumeActions(List<ConsumeAction> consumeActions) withCreatedAt(Long createdAt) withDescription(String description) withLockTime(Integer lockTime) withMetadata(String metadata) withRateModelId(String rateModelId) withRevision(Long revision) withTimingType(String timingType) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
RateModelMaster
public RateModelMaster()
-
-
Method Details
-
getRateModelId
-
setRateModelId
-
withRateModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getConsumeActions
-
setConsumeActions
-
withConsumeActions
-
getTimingType
-
setTimingType
-
withTimingType
-
getLockTime
-
setLockTime
-
withLockTime
-
getAcquireActions
-
setAcquireActions
-
withAcquireActions
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<RateModelMaster>
-
hashCode
public int hashCode() -
equals
-