Package io.gs2.buff.request
Class CreateBuffEntryModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateBuffEntryModelMasterRequest>
io.gs2.buff.request.CreateBuffEntryModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateBuffEntryModelMasterRequest
extends Gs2BasicRequest<CreateBuffEntryModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) voidsetDescription(String description) voidsetExpression(String expression) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetPriority(Integer priority) voidsetTargetAction(BuffTargetAction targetAction) voidsetTargetModel(BuffTargetModel targetModel) voidsetTargetType(String targetType) com.fasterxml.jackson.databind.JsonNodetoJson()withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) withDescription(String description) withExpression(String expression) withMetadata(String metadata) withNamespaceName(String namespaceName) withPriority(Integer priority) withTargetAction(BuffTargetAction targetAction) withTargetModel(BuffTargetModel targetModel) withTargetType(String targetType) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateBuffEntryModelMasterRequest
public CreateBuffEntryModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetType
-
setTargetType
-
withTargetType
-
getTargetModel
-
setTargetModel
-
withTargetModel
-
getTargetAction
-
setTargetAction
-
withTargetAction
-
getExpression
-
setExpression
-
withExpression
-
getPriority
-
setPriority
-
withPriority
-
getApplyPeriodScheduleEventId
-
setApplyPeriodScheduleEventId
-
withApplyPeriodScheduleEventId
public CreateBuffEntryModelMasterRequest withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) -
fromJson
public static CreateBuffEntryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-