public class DogmaDynamicEffect extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EFFECT_ID |
static String |
SERIALIZED_NAME_IS_DEFAULT |
| Constructor and Description |
|---|
DogmaDynamicEffect() |
| Modifier and Type | Method and Description |
|---|---|
DogmaDynamicEffect |
effectId(Integer effectId) |
boolean |
equals(Object o) |
Integer |
getEffectId()
effect_id integer
|
Boolean |
getIsDefault()
is_default boolean
|
int |
hashCode() |
DogmaDynamicEffect |
isDefault(Boolean isDefault) |
void |
setEffectId(Integer effectId) |
void |
setIsDefault(Boolean isDefault) |
String |
toString() |
public static final String SERIALIZED_NAME_IS_DEFAULT
public static final String SERIALIZED_NAME_EFFECT_ID
public DogmaDynamicEffect isDefault(Boolean isDefault)
public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
public DogmaDynamicEffect effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
Copyright © 2019. All Rights Reserved.