Package io.gs2.version.request
Class UpdateVersionModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateVersionModelMasterRequest>
io.gs2.version.request.UpdateVersionModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateVersionModelMasterRequest
extends Gs2BasicRequest<UpdateVersionModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getScope()getType()voidsetCurrentVersion(Version currentVersion) voidsetDescription(String description) voidsetErrorVersion(Version errorVersion) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetNeedSignature(Boolean needSignature) voidsetScheduleVersions(List<ScheduleVersion> scheduleVersions) voidvoidsetSignatureKeyId(String signatureKeyId) voidvoidsetVersionName(String versionName) voidsetWarningVersion(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) withVersionName(String versionName) withWarningVersion(Version warningVersion) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateVersionModelMasterRequest
public UpdateVersionModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getVersionName
-
setVersionName
-
withVersionName
-
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 UpdateVersionModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-