Package io.gs2.buff.model
Class BuffEntryModel
java.lang.Object
io.gs2.buff.model.BuffEntryModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<BuffEntryModel>
public class BuffEntryModel
extends Object
implements IModel, Serializable, Comparable<BuffEntryModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BuffEntryModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) voidsetBuffEntryModelId(String buffEntryModelId) voidsetExpression(String expression) voidsetMetadata(String metadata) voidvoidsetPriority(Integer priority) voidsetTargetAction(BuffTargetAction targetAction) voidsetTargetModel(BuffTargetModel targetModel) voidsetTargetType(String targetType) com.fasterxml.jackson.databind.JsonNodetoJson()withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) withBuffEntryModelId(String buffEntryModelId) withExpression(String expression) withMetadata(String metadata) withPriority(Integer priority) withTargetAction(BuffTargetAction targetAction) withTargetModel(BuffTargetModel targetModel) withTargetType(String targetType)
-
Constructor Details
-
BuffEntryModel
public BuffEntryModel()
-
-
Method Details
-
getBuffEntryModelId
-
setBuffEntryModelId
-
withBuffEntryModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetType
-
setTargetType
-
withTargetType
-
getTargetModel
-
setTargetModel
-
withTargetModel
-
getTargetAction
-
setTargetAction
-
withTargetAction
-
getExpression
-
setExpression
-
withExpression
-
getPriority
-
setPriority
-
withPriority
-
getApplyPeriodScheduleEventId
-
setApplyPeriodScheduleEventId
-
withApplyPeriodScheduleEventId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BuffEntryModel>
-
hashCode
public int hashCode() -
equals
-