Package io.gs2.buff.request
Class UpdateBuffEntryModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateBuffEntryModelMasterRequest>
io.gs2.buff.request.UpdateBuffEntryModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateBuffEntryModelMasterRequest
extends Gs2BasicRequest<UpdateBuffEntryModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) voidsetBuffEntryName(String buffEntryName) voidsetDescription(String description) voidsetExpression(String expression) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetPriority(Integer priority) voidsetTargetAction(BuffTargetAction targetAction) voidsetTargetModel(BuffTargetModel targetModel) voidsetTargetType(String targetType) com.fasterxml.jackson.databind.JsonNodetoJson()withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) withBuffEntryName(String buffEntryName) 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
-
UpdateBuffEntryModelMasterRequest
public UpdateBuffEntryModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getBuffEntryName
-
setBuffEntryName
-
withBuffEntryName
-
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 UpdateBuffEntryModelMasterRequest withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) -
fromJson
public static UpdateBuffEntryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-