Package io.gs2.money.model
Class Namespace
java.lang.Object
io.gs2.money.model.Namespace
- All Implemented Interfaces:
IModel,Serializable,Comparable<Namespace>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAppleKey(String appleKey) voidsetBalance(Double balance) voidsetCreatedAt(Long createdAt) voidsetCreateWalletScript(ScriptSetting createWalletScript) voidsetCurrency(String currency) voidsetDepositScript(ScriptSetting depositScript) voidsetDescription(String description) voidsetEnableFakeReceipt(Boolean enableFakeReceipt) voidsetGoogleKey(String googleKey) voidsetLogSetting(LogSetting logSetting) voidvoidsetNamespaceId(String namespaceId) voidsetPriority(String priority) voidsetRevision(Long revision) voidsetShareFree(Boolean shareFree) voidsetUpdatedAt(Long updatedAt) voidsetWithdrawScript(ScriptSetting withdrawScript) com.fasterxml.jackson.databind.JsonNodetoJson()withAppleKey(String appleKey) withBalance(Double balance) withCreatedAt(Long createdAt) withCreateWalletScript(ScriptSetting createWalletScript) withCurrency(String currency) withDepositScript(ScriptSetting depositScript) withDescription(String description) withEnableFakeReceipt(Boolean enableFakeReceipt) withGoogleKey(String googleKey) withLogSetting(LogSetting logSetting) withNamespaceId(String namespaceId) withPriority(String priority) withRevision(Long revision) withShareFree(Boolean shareFree) withUpdatedAt(Long updatedAt) withWithdrawScript(ScriptSetting withdrawScript)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getPriority
-
setPriority
-
withPriority
-
getCurrency
-
setCurrency
-
withCurrency
-
getAppleKey
-
setAppleKey
-
withAppleKey
-
getGoogleKey
-
setGoogleKey
-
withGoogleKey
-
getEnableFakeReceipt
-
setEnableFakeReceipt
-
withEnableFakeReceipt
-
getCreateWalletScript
-
setCreateWalletScript
-
withCreateWalletScript
-
getDepositScript
-
setDepositScript
-
withDepositScript
-
getWithdrawScript
-
setWithdrawScript
-
withWithdrawScript
-
getBalance
-
setBalance
-
withBalance
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-