Package io.gs2.enhance.request
Class CreateUnleashRateModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateUnleashRateModelMasterRequest>
io.gs2.enhance.request.CreateUnleashRateModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateUnleashRateModelMasterRequest
extends Gs2BasicRequest<CreateUnleashRateModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidsetGradeEntries(List<UnleashRateEntryModel> gradeEntries) voidsetGradeModelId(String gradeModelId) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetTargetInventoryModelId(String targetInventoryModelId) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withGradeEntries(List<UnleashRateEntryModel> gradeEntries) withGradeModelId(String gradeModelId) withMetadata(String metadata) withNamespaceName(String namespaceName) withTargetInventoryModelId(String targetInventoryModelId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateUnleashRateModelMasterRequest
public CreateUnleashRateModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetInventoryModelId
-
setTargetInventoryModelId
-
withTargetInventoryModelId
public CreateUnleashRateModelMasterRequest withTargetInventoryModelId(String targetInventoryModelId) -
getGradeModelId
-
setGradeModelId
-
withGradeModelId
-
getGradeEntries
-
setGradeEntries
-
withGradeEntries
public CreateUnleashRateModelMasterRequest withGradeEntries(List<UnleashRateEntryModel> gradeEntries) -
fromJson
public static CreateUnleashRateModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-