Package io.gs2.version.request
Class CreateVersionModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateVersionModelMasterRequest>
io.gs2.version.request.CreateVersionModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateVersionModelMasterRequest
extends Gs2BasicRequest<CreateVersionModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getScope()getType()voidsetCurrentVersion(Version currentVersion) voidsetDescription(String description) voidsetErrorVersion(Version errorVersion) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetNeedSignature(Boolean needSignature) voidsetScheduleVersions(List<ScheduleVersion> scheduleVersions) voidvoidsetSignatureKeyId(String signatureKeyId) voidvoidsetWarningVersion(Version warningVersion) com.fasterxml.jackson.databind.JsonNodetoJson()withCurrentVersion(Version currentVersion) withDescription(String description) withErrorVersion(Version errorVersion) withMetadata(String metadata) withNamespaceName(String namespaceName) withNeedSignature(Boolean needSignature) withScheduleVersions(List<ScheduleVersion> scheduleVersions) withSignatureKeyId(String signatureKeyId) withWarningVersion(Version warningVersion) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateVersionModelMasterRequest
public CreateVersionModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getScope
-
setScope
-
withScope
-
getType
-
setType
-
withType
-
getCurrentVersion
-
setCurrentVersion
-
withCurrentVersion
-
getWarningVersion
-
setWarningVersion
-
withWarningVersion
-
getErrorVersion
-
setErrorVersion
-
withErrorVersion
-
getScheduleVersions
-
setScheduleVersions
-
withScheduleVersions
-
getNeedSignature
-
setNeedSignature
-
withNeedSignature
-
getSignatureKeyId
-
setSignatureKeyId
-
withSignatureKeyId
-
fromJson
public static CreateVersionModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-