Package io.gs2.buff.model
Class BuffTargetModel
java.lang.Object
io.gs2.buff.model.BuffTargetModel
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BuffTargetModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getRate()inthashCode()voidsetConditionGrns(List<BuffTargetGrn> conditionGrns) voidvoidsetTargetFieldName(String targetFieldName) voidsetTargetModelName(String targetModelName) com.fasterxml.jackson.databind.JsonNodetoJson()withConditionGrns(List<BuffTargetGrn> conditionGrns) withTargetFieldName(String targetFieldName) withTargetModelName(String targetModelName)
-
Constructor Details
-
BuffTargetModel
public BuffTargetModel()
-
-
Method Details
-
getTargetModelName
-
setTargetModelName
-
withTargetModelName
-
getTargetFieldName
-
setTargetFieldName
-
withTargetFieldName
-
getConditionGrns
-
setConditionGrns
-
withConditionGrns
-
getRate
-
setRate
-
withRate
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-