Package io.gs2.account.model
Class Namespace
java.lang.Object
io.gs2.account.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()voidsetAuthenticationScript(ScriptSetting authenticationScript) voidsetChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) voidsetCreateAccountScript(ScriptSetting createAccountScript) voidsetCreatedAt(Long createdAt) voidsetCreateTakeOverScript(ScriptSetting createTakeOverScript) voidsetDescription(String description) voidsetDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) voidsetDoTakeOverScript(ScriptSetting doTakeOverScript) voidsetLogSetting(LogSetting logSetting) voidvoidsetNamespaceId(String namespaceId) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAuthenticationScript(ScriptSetting authenticationScript) withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) withCreateAccountScript(ScriptSetting createAccountScript) withCreatedAt(Long createdAt) withCreateTakeOverScript(ScriptSetting createTakeOverScript) withDescription(String description) withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) withDoTakeOverScript(ScriptSetting doTakeOverScript) withLogSetting(LogSetting logSetting) withNamespaceId(String namespaceId) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getChangePasswordIfTakeOver
-
setChangePasswordIfTakeOver
-
withChangePasswordIfTakeOver
-
getDifferentUserIdForLoginAndDataRetention
-
setDifferentUserIdForLoginAndDataRetention
public void setDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) -
withDifferentUserIdForLoginAndDataRetention
-
getCreateAccountScript
-
setCreateAccountScript
-
withCreateAccountScript
-
getAuthenticationScript
-
setAuthenticationScript
-
withAuthenticationScript
-
getCreateTakeOverScript
-
setCreateTakeOverScript
-
withCreateTakeOverScript
-
getDoTakeOverScript
-
setDoTakeOverScript
-
withDoTakeOverScript
-
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
-