Package net.troja.eve.esi.model
Class CorporationContainersLogsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationContainersLogsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationContainersLogsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationContainersLogsResponse.ActionEnumaction stringstatic classCorporationContainersLogsResponse.LocationFlagEnumlocation_flag stringstatic classCorporationContainersLogsResponse.PasswordTypeEnumType of password set if action is of type SetPassword or EnterPassword
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIONstatic StringSERIALIZED_NAME_CHARACTER_IDstatic StringSERIALIZED_NAME_CONTAINER_IDstatic StringSERIALIZED_NAME_CONTAINER_TYPE_IDstatic StringSERIALIZED_NAME_LOCATION_FLAGstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_LOGGED_ATstatic StringSERIALIZED_NAME_NEW_CONFIG_BITMASKstatic StringSERIALIZED_NAME_OLD_CONFIG_BITMASKstatic StringSERIALIZED_NAME_PASSWORD_TYPEstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description CorporationContainersLogsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_ACTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTAINER_ID
public static final String SERIALIZED_NAME_CONTAINER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTAINER_TYPE_ID
public static final String SERIALIZED_NAME_CONTAINER_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_FLAG
public static final String SERIALIZED_NAME_LOCATION_FLAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGGED_AT
public static final String SERIALIZED_NAME_LOGGED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEW_CONFIG_BITMASK
public static final String SERIALIZED_NAME_NEW_CONFIG_BITMASK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OLD_CONFIG_BITMASK
public static final String SERIALIZED_NAME_OLD_CONFIG_BITMASK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PASSWORD_TYPE
public static final String SERIALIZED_NAME_PASSWORD_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
action
public CorporationContainersLogsResponse action(CorporationContainersLogsResponse.ActionEnum actionEnum)
-
actionString
public CorporationContainersLogsResponse actionString(String action)
-
getAction
public CorporationContainersLogsResponse.ActionEnum getAction()
action string- Returns:
- action
-
getActionString
public String getActionString()
-
setAction
public void setAction(CorporationContainersLogsResponse.ActionEnum actionEnum)
-
setActionString
public void setActionString(String action)
-
characterId
public CorporationContainersLogsResponse characterId(Integer characterId)
-
getCharacterId
public Integer getCharacterId()
ID of the character who performed the action.- Returns:
- characterId
-
setCharacterId
public void setCharacterId(Integer characterId)
-
containerId
public CorporationContainersLogsResponse containerId(Long containerId)
-
getContainerId
public Long getContainerId()
ID of the container- Returns:
- containerId
-
setContainerId
public void setContainerId(Long containerId)
-
containerTypeId
public CorporationContainersLogsResponse containerTypeId(Integer containerTypeId)
-
getContainerTypeId
public Integer getContainerTypeId()
Type ID of the container- Returns:
- containerTypeId
-
setContainerTypeId
public void setContainerTypeId(Integer containerTypeId)
-
locationFlag
public CorporationContainersLogsResponse locationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)
-
locationFlagString
public CorporationContainersLogsResponse locationFlagString(String locationFlag)
-
getLocationFlag
public CorporationContainersLogsResponse.LocationFlagEnum getLocationFlag()
location_flag string- Returns:
- locationFlag
-
getLocationFlagString
public String getLocationFlagString()
-
setLocationFlag
public void setLocationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)
-
setLocationFlagString
public void setLocationFlagString(String locationFlag)
-
locationId
public CorporationContainersLogsResponse locationId(Long locationId)
-
getLocationId
public Long getLocationId()
location_id integer- Returns:
- locationId
-
setLocationId
public void setLocationId(Long locationId)
-
loggedAt
public CorporationContainersLogsResponse loggedAt(java.time.OffsetDateTime loggedAt)
-
getLoggedAt
public java.time.OffsetDateTime getLoggedAt()
Timestamp when this log was created- Returns:
- loggedAt
-
setLoggedAt
public void setLoggedAt(java.time.OffsetDateTime loggedAt)
-
newConfigBitmask
public CorporationContainersLogsResponse newConfigBitmask(Integer newConfigBitmask)
-
getNewConfigBitmask
@Nullable public Integer getNewConfigBitmask()
new_config_bitmask integer- Returns:
- newConfigBitmask
-
setNewConfigBitmask
public void setNewConfigBitmask(Integer newConfigBitmask)
-
oldConfigBitmask
public CorporationContainersLogsResponse oldConfigBitmask(Integer oldConfigBitmask)
-
getOldConfigBitmask
@Nullable public Integer getOldConfigBitmask()
old_config_bitmask integer- Returns:
- oldConfigBitmask
-
setOldConfigBitmask
public void setOldConfigBitmask(Integer oldConfigBitmask)
-
passwordType
public CorporationContainersLogsResponse passwordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)
-
passwordTypeString
public CorporationContainersLogsResponse passwordTypeString(String passwordType)
-
getPasswordType
@Nullable public CorporationContainersLogsResponse.PasswordTypeEnum getPasswordType()
Type of password set if action is of type SetPassword or EnterPassword- Returns:
- passwordType
-
getPasswordTypeString
public String getPasswordTypeString()
-
setPasswordType
public void setPasswordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)
-
setPasswordTypeString
public void setPasswordTypeString(String passwordType)
-
quantity
public CorporationContainersLogsResponse quantity(Integer quantity)
-
getQuantity
@Nullable public Integer getQuantity()
Quantity of the item being acted upon- Returns:
- quantity
-
setQuantity
public void setQuantity(Integer quantity)
-
typeId
public CorporationContainersLogsResponse typeId(Integer typeId)
-
setTypeId
public void setTypeId(Integer typeId)
-
-