public class Namespace extends Object implements IModel, Serializable, Comparable<Namespace>
| Constructor and Description |
|---|
Namespace() |
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getPriority()
public void setPriority(String priority)
public Boolean getShareFree()
public void setShareFree(Boolean shareFree)
public String getCurrency()
public void setCurrency(String currency)
public String getAppleKey()
public void setAppleKey(String appleKey)
public String getGoogleKey()
public void setGoogleKey(String googleKey)
public Boolean getEnableFakeReceipt()
public void setEnableFakeReceipt(Boolean enableFakeReceipt)
public ScriptSetting getCreateWalletScript()
public void setCreateWalletScript(ScriptSetting createWalletScript)
public Namespace withCreateWalletScript(ScriptSetting createWalletScript)
public ScriptSetting getDepositScript()
public void setDepositScript(ScriptSetting depositScript)
public Namespace withDepositScript(ScriptSetting depositScript)
public ScriptSetting getWithdrawScript()
public void setWithdrawScript(ScriptSetting withdrawScript)
public Namespace withWithdrawScript(ScriptSetting withdrawScript)
public Double getBalance()
public void setBalance(Double balance)
public LogSetting getLogSetting()
public void setLogSetting(LogSetting logSetting)
public Namespace withLogSetting(LogSetting logSetting)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Namespace fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Namespace o)
compareTo in interface Comparable<Namespace>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.