public class TypeDogmaEffect 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 |
|---|
TypeDogmaEffect() |
| Modifier and Type | Method and Description |
|---|---|
TypeDogmaEffect |
effectId(Integer effectId) |
boolean |
equals(Object o) |
Integer |
getEffectId()
effect_id integer
|
Boolean |
getIsDefault()
is_default boolean
|
int |
hashCode() |
TypeDogmaEffect |
isDefault(Boolean isDefault) |
void |
setEffectId(Integer effectId) |
void |
setIsDefault(Boolean isDefault) |
String |
toString() |
public static final String SERIALIZED_NAME_EFFECT_ID
public static final String SERIALIZED_NAME_IS_DEFAULT
public TypeDogmaEffect effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
public TypeDogmaEffect isDefault(Boolean isDefault)
public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
Copyright © 2020. All Rights Reserved.