public class CorporationContainersLogsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationContainersLogsResponse.ActionEnum
action string
|
static class |
CorporationContainersLogsResponse.LocationFlagEnum
location_flag string
|
static class |
CorporationContainersLogsResponse.PasswordTypeEnum
Type of password set if action is of type SetPassword or EnterPassword
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_CONTAINER_ID |
static String |
SERIALIZED_NAME_CONTAINER_TYPE_ID |
static String |
SERIALIZED_NAME_LOCATION_FLAG |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_LOGGED_AT |
static String |
SERIALIZED_NAME_NEW_CONFIG_BITMASK |
static String |
SERIALIZED_NAME_OLD_CONFIG_BITMASK |
static String |
SERIALIZED_NAME_PASSWORD_TYPE |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CorporationContainersLogsResponse() |
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CONTAINER_ID
public static final String SERIALIZED_NAME_CONTAINER_TYPE_ID
public static final String SERIALIZED_NAME_LOCATION_FLAG
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOGGED_AT
public static final String SERIALIZED_NAME_NEW_CONFIG_BITMASK
public static final String SERIALIZED_NAME_OLD_CONFIG_BITMASK
public static final String SERIALIZED_NAME_PASSWORD_TYPE
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_TYPE_ID
public CorporationContainersLogsResponse action(CorporationContainersLogsResponse.ActionEnum actionEnum)
public CorporationContainersLogsResponse actionString(String action)
public CorporationContainersLogsResponse.ActionEnum getAction()
public String getActionString()
public void setAction(CorporationContainersLogsResponse.ActionEnum actionEnum)
public void setActionString(String action)
public CorporationContainersLogsResponse characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public CorporationContainersLogsResponse containerId(Long containerId)
public Long getContainerId()
public void setContainerId(Long containerId)
public CorporationContainersLogsResponse containerTypeId(Integer containerTypeId)
public Integer getContainerTypeId()
public void setContainerTypeId(Integer containerTypeId)
public CorporationContainersLogsResponse locationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)
public CorporationContainersLogsResponse locationFlagString(String locationFlag)
public CorporationContainersLogsResponse.LocationFlagEnum getLocationFlag()
public String getLocationFlagString()
public void setLocationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)
public void setLocationFlagString(String locationFlag)
public CorporationContainersLogsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationContainersLogsResponse loggedAt(java.time.OffsetDateTime loggedAt)
public java.time.OffsetDateTime getLoggedAt()
public void setLoggedAt(java.time.OffsetDateTime loggedAt)
public CorporationContainersLogsResponse newConfigBitmask(Integer newConfigBitmask)
@Nullable public Integer getNewConfigBitmask()
public void setNewConfigBitmask(Integer newConfigBitmask)
public CorporationContainersLogsResponse oldConfigBitmask(Integer oldConfigBitmask)
@Nullable public Integer getOldConfigBitmask()
public void setOldConfigBitmask(Integer oldConfigBitmask)
public CorporationContainersLogsResponse passwordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)
public CorporationContainersLogsResponse passwordTypeString(String passwordType)
@Nullable public CorporationContainersLogsResponse.PasswordTypeEnum getPasswordType()
public String getPasswordTypeString()
public void setPasswordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)
public void setPasswordTypeString(String passwordType)
public CorporationContainersLogsResponse quantity(Integer quantity)
@Nullable public Integer getQuantity()
public void setQuantity(Integer quantity)
public CorporationContainersLogsResponse typeId(Integer typeId)
public void setTypeId(Integer typeId)
Copyright © 2020. All Rights Reserved.