Package io.gs2.enchant.model
Class BalanceParameterModelMaster
java.lang.Object
io.gs2.enchant.model.BalanceParameterModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<BalanceParameterModelMaster>
public class BalanceParameterModelMaster
extends Object
implements IModel, Serializable, Comparable<BalanceParameterModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BalanceParameterModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetBalanceParameterModelId(String balanceParameterModelId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetInitialValueStrategy(String initialValueStrategy) voidsetMetadata(String metadata) voidvoidsetParameters(List<BalanceParameterValueModel> parameters) voidsetRevision(Long revision) voidsetTotalValue(Long totalValue) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withBalanceParameterModelId(String balanceParameterModelId) withCreatedAt(Long createdAt) withDescription(String description) withInitialValueStrategy(String initialValueStrategy) withMetadata(String metadata) withParameters(List<BalanceParameterValueModel> parameters) withRevision(Long revision) withTotalValue(Long totalValue) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
BalanceParameterModelMaster
public BalanceParameterModelMaster()
-
-
Method Details
-
getBalanceParameterModelId
-
setBalanceParameterModelId
-
withBalanceParameterModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTotalValue
-
setTotalValue
-
withTotalValue
-
getInitialValueStrategy
-
setInitialValueStrategy
-
withInitialValueStrategy
-
getParameters
-
setParameters
-
withParameters
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BalanceParameterModelMaster>
-
hashCode
public int hashCode() -
equals
-