public class DogmaEffectModifier extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DOMAIN |
static String |
SERIALIZED_NAME_EFFECT_ID |
static String |
SERIALIZED_NAME_FUNC |
static String |
SERIALIZED_NAME_MODIFIED_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_MODIFYING_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_OPERATOR |
| Constructor and Description |
|---|
DogmaEffectModifier() |
| Modifier and Type | Method and Description |
|---|---|
DogmaEffectModifier |
domain(String domain) |
DogmaEffectModifier |
effectId(Integer effectId) |
boolean |
equals(Object o) |
DogmaEffectModifier |
func(String func) |
String |
getDomain()
domain string
|
Integer |
getEffectId()
effect_id integer
|
String |
getFunc()
func string
|
Integer |
getModifiedAttributeId()
modified_attribute_id integer
|
Integer |
getModifyingAttributeId()
modifying_attribute_id integer
|
Integer |
getOperator()
operator integer
|
int |
hashCode() |
DogmaEffectModifier |
modifiedAttributeId(Integer modifiedAttributeId) |
DogmaEffectModifier |
modifyingAttributeId(Integer modifyingAttributeId) |
DogmaEffectModifier |
operator(Integer operator) |
void |
setDomain(String domain) |
void |
setEffectId(Integer effectId) |
void |
setFunc(String func) |
void |
setModifiedAttributeId(Integer modifiedAttributeId) |
void |
setModifyingAttributeId(Integer modifyingAttributeId) |
void |
setOperator(Integer operator) |
String |
toString() |
public static final String SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_EFFECT_ID
public static final String SERIALIZED_NAME_FUNC
public static final String SERIALIZED_NAME_MODIFIED_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_MODIFYING_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_OPERATOR
public DogmaEffectModifier domain(String domain)
public void setDomain(String domain)
public DogmaEffectModifier effectId(Integer effectId)
public void setEffectId(Integer effectId)
public DogmaEffectModifier func(String func)
public String getFunc()
public void setFunc(String func)
public DogmaEffectModifier modifiedAttributeId(Integer modifiedAttributeId)
@Nullable public Integer getModifiedAttributeId()
public void setModifiedAttributeId(Integer modifiedAttributeId)
public DogmaEffectModifier modifyingAttributeId(Integer modifyingAttributeId)
@Nullable public Integer getModifyingAttributeId()
public void setModifyingAttributeId(Integer modifyingAttributeId)
public DogmaEffectModifier operator(Integer operator)
public void setOperator(Integer operator)
Copyright © 2020. All Rights Reserved.