Package net.troja.eve.esi.model
Class CorporationRolesHistoryResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationRolesHistoryResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationRolesHistoryResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationRolesHistoryResponse.NewRolesEnumnew_role stringstatic classCorporationRolesHistoryResponse.OldRolesEnumold_role stringstatic classCorporationRolesHistoryResponse.RoleTypeEnumrole_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHANGED_ATstatic StringSERIALIZED_NAME_CHARACTER_IDstatic StringSERIALIZED_NAME_ISSUER_IDstatic StringSERIALIZED_NAME_NEW_ROLESstatic StringSERIALIZED_NAME_OLD_ROLESstatic StringSERIALIZED_NAME_ROLE_TYPE
-
Constructor Summary
Constructors Constructor Description CorporationRolesHistoryResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CHANGED_AT
public static final String SERIALIZED_NAME_CHANGED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUER_ID
public static final String SERIALIZED_NAME_ISSUER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEW_ROLES
public static final String SERIALIZED_NAME_NEW_ROLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OLD_ROLES
public static final String SERIALIZED_NAME_OLD_ROLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROLE_TYPE
public static final String SERIALIZED_NAME_ROLE_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
changedAt
public CorporationRolesHistoryResponse changedAt(java.time.OffsetDateTime changedAt)
-
getChangedAt
public java.time.OffsetDateTime getChangedAt()
changed_at string- Returns:
- changedAt
-
setChangedAt
public void setChangedAt(java.time.OffsetDateTime changedAt)
-
characterId
public CorporationRolesHistoryResponse characterId(Integer characterId)
-
getCharacterId
public Integer getCharacterId()
The character whose roles are changed- Returns:
- characterId
-
setCharacterId
public void setCharacterId(Integer characterId)
-
issuerId
public CorporationRolesHistoryResponse issuerId(Integer issuerId)
-
getIssuerId
public Integer getIssuerId()
ID of the character who issued this change- Returns:
- issuerId
-
setIssuerId
public void setIssuerId(Integer issuerId)
-
newRoles
public CorporationRolesHistoryResponse newRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRolesEnum)
-
newRolesString
public CorporationRolesHistoryResponse newRolesString(List<String> newRoles)
-
addNewRolesItem
public CorporationRolesHistoryResponse addNewRolesItem(String newRolesItem)
-
getNewRoles
public List<CorporationRolesHistoryResponse.NewRolesEnum> getNewRoles()
new_roles array- Returns:
- newRoles
-
setNewRoles
public void setNewRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRolesEnum)
-
oldRoles
public CorporationRolesHistoryResponse oldRoles(List<CorporationRolesHistoryResponse.OldRolesEnum> oldRolesEnum)
-
oldRolesString
public CorporationRolesHistoryResponse oldRolesString(List<String> oldRoles)
-
addOldRolesItem
public CorporationRolesHistoryResponse addOldRolesItem(String oldRolesItem)
-
getOldRoles
public List<CorporationRolesHistoryResponse.OldRolesEnum> getOldRoles()
old_roles array- Returns:
- oldRoles
-
setOldRoles
public void setOldRoles(List<CorporationRolesHistoryResponse.OldRolesEnum> oldRolesEnum)
-
roleType
public CorporationRolesHistoryResponse roleType(CorporationRolesHistoryResponse.RoleTypeEnum roleTypeEnum)
-
roleTypeString
public CorporationRolesHistoryResponse roleTypeString(String roleType)
-
getRoleType
public CorporationRolesHistoryResponse.RoleTypeEnum getRoleType()
role_type string- Returns:
- roleType
-
getRoleTypeString
public String getRoleTypeString()
-
setRoleType
public void setRoleType(CorporationRolesHistoryResponse.RoleTypeEnum roleTypeEnum)
-
setRoleTypeString
public void setRoleTypeString(String roleType)
-
-