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_MODIFYING_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_FUNC
public static final String SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_MODIFIED_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_OPERATOR
public static final String SERIALIZED_NAME_EFFECT_ID
public DogmaEffectModifier modifyingAttributeId(Integer modifyingAttributeId)
public Integer getModifyingAttributeId()
public void setModifyingAttributeId(Integer modifyingAttributeId)
public DogmaEffectModifier func(String func)
public String getFunc()
public void setFunc(String func)
public DogmaEffectModifier domain(String domain)
public String getDomain()
public void setDomain(String domain)
public DogmaEffectModifier modifiedAttributeId(Integer modifiedAttributeId)
public Integer getModifiedAttributeId()
public void setModifiedAttributeId(Integer modifiedAttributeId)
public DogmaEffectModifier operator(Integer operator)
public Integer getOperator()
public void setOperator(Integer operator)
public DogmaEffectModifier effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
Copyright © 2019. All Rights Reserved.