Package io.gs2.exchange.model
Class IncrementalRateModelMaster
java.lang.Object
io.gs2.exchange.model.IncrementalRateModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<IncrementalRateModelMaster>
public class IncrementalRateModelMaster
extends Object
implements IModel, Serializable, Comparable<IncrementalRateModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic IncrementalRateModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireActions(List<AcquireAction> acquireActions) voidsetBaseValue(Long baseValue) voidsetCalculateScriptId(String calculateScriptId) voidsetCalculateType(String calculateType) voidsetCoefficientValue(Long coefficientValue) voidsetConsumeAction(ConsumeAction consumeAction) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetExchangeCountId(String exchangeCountId) voidsetIncrementalRateModelId(String incrementalRateModelId) voidsetMaximumExchangeCount(Integer maximumExchangeCount) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireActions(List<AcquireAction> acquireActions) withBaseValue(Long baseValue) withCalculateScriptId(String calculateScriptId) withCalculateType(String calculateType) withCoefficientValue(Long coefficientValue) withConsumeAction(ConsumeAction consumeAction) withCreatedAt(Long createdAt) withDescription(String description) withExchangeCountId(String exchangeCountId) withIncrementalRateModelId(String incrementalRateModelId) withMaximumExchangeCount(Integer maximumExchangeCount) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
IncrementalRateModelMaster
public IncrementalRateModelMaster()
-
-
Method Details
-
getIncrementalRateModelId
-
setIncrementalRateModelId
-
withIncrementalRateModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getConsumeAction
-
setConsumeAction
-
withConsumeAction
-
getCalculateType
-
setCalculateType
-
withCalculateType
-
getBaseValue
-
setBaseValue
-
withBaseValue
-
getCoefficientValue
-
setCoefficientValue
-
withCoefficientValue
-
getCalculateScriptId
-
setCalculateScriptId
-
withCalculateScriptId
-
getExchangeCountId
-
setExchangeCountId
-
withExchangeCountId
-
getMaximumExchangeCount
-
setMaximumExchangeCount
-
withMaximumExchangeCount
-
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<IncrementalRateModelMaster>
-
hashCode
public int hashCode() -
equals
-