public class CorporationRolesHistoryResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationRolesHistoryResponse.NewRolesEnum
new_role string
|
static class |
CorporationRolesHistoryResponse.OldRolesEnum
old_role string
|
static class |
CorporationRolesHistoryResponse.RoleTypeEnum
role_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHANGED_AT |
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_ISSUER_ID |
static String |
SERIALIZED_NAME_NEW_ROLES |
static String |
SERIALIZED_NAME_OLD_ROLES |
static String |
SERIALIZED_NAME_ROLE_TYPE |
| Constructor and Description |
|---|
CorporationRolesHistoryResponse() |
public static final String SERIALIZED_NAME_ISSUER_ID
public static final String SERIALIZED_NAME_NEW_ROLES
public static final String SERIALIZED_NAME_OLD_ROLES
public static final String SERIALIZED_NAME_ROLE_TYPE
public static final String SERIALIZED_NAME_CHANGED_AT
public static final String SERIALIZED_NAME_CHARACTER_ID
public CorporationRolesHistoryResponse issuerId(Integer issuerId)
public Integer getIssuerId()
public void setIssuerId(Integer issuerId)
public CorporationRolesHistoryResponse newRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRoles)
public CorporationRolesHistoryResponse addNewRolesItem(CorporationRolesHistoryResponse.NewRolesEnum newRolesItem)
public List<CorporationRolesHistoryResponse.NewRolesEnum> getNewRoles()
public void setNewRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRoles)
public CorporationRolesHistoryResponse oldRoles(List<CorporationRolesHistoryResponse.OldRolesEnum> oldRoles)
public CorporationRolesHistoryResponse addOldRolesItem(CorporationRolesHistoryResponse.OldRolesEnum oldRolesItem)
public List<CorporationRolesHistoryResponse.OldRolesEnum> getOldRoles()
public void setOldRoles(List<CorporationRolesHistoryResponse.OldRolesEnum> oldRoles)
public CorporationRolesHistoryResponse roleType(CorporationRolesHistoryResponse.RoleTypeEnum roleType)
public CorporationRolesHistoryResponse.RoleTypeEnum getRoleType()
public void setRoleType(CorporationRolesHistoryResponse.RoleTypeEnum roleType)
public CorporationRolesHistoryResponse changedAt(java.time.OffsetDateTime changedAt)
public java.time.OffsetDateTime getChangedAt()
public void setChangedAt(java.time.OffsetDateTime changedAt)
public CorporationRolesHistoryResponse characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
Copyright © 2019. All Rights Reserved.