Package io.gs2.buff.model
Class BuffEntryModelMaster
java.lang.Object
io.gs2.buff.model.BuffEntryModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<BuffEntryModelMaster>
public class BuffEntryModelMaster
extends Object
implements IModel, Serializable, Comparable<BuffEntryModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BuffEntryModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) voidsetBuffEntryModelId(String buffEntryModelId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetExpression(String expression) voidsetMetadata(String metadata) voidvoidsetPriority(Integer priority) voidsetRevision(Long revision) voidsetTargetAction(BuffTargetAction targetAction) voidsetTargetModel(BuffTargetModel targetModel) voidsetTargetType(String targetType) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) withBuffEntryModelId(String buffEntryModelId) withCreatedAt(Long createdAt) withDescription(String description) withExpression(String expression) withMetadata(String metadata) withPriority(Integer priority) withRevision(Long revision) withTargetAction(BuffTargetAction targetAction) withTargetModel(BuffTargetModel targetModel) withTargetType(String targetType) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
BuffEntryModelMaster
public BuffEntryModelMaster()
-
-
Method Details
-
getBuffEntryModelId
-
setBuffEntryModelId
-
withBuffEntryModelId
-
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
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BuffEntryModelMaster>
-
hashCode
public int hashCode() -
equals
-