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
|
| Constructor and Description |
|---|
CorporationContainersLogsResponse() |
public CorporationContainersLogsResponse loggedAt(java.time.OffsetDateTime loggedAt)
public java.time.OffsetDateTime getLoggedAt()
public void setLoggedAt(java.time.OffsetDateTime loggedAt)
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 characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public CorporationContainersLogsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationContainersLogsResponse locationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlag)
public CorporationContainersLogsResponse.LocationFlagEnum getLocationFlag()
public void setLocationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlag)
public CorporationContainersLogsResponse action(CorporationContainersLogsResponse.ActionEnum action)
public CorporationContainersLogsResponse.ActionEnum getAction()
public void setAction(CorporationContainersLogsResponse.ActionEnum action)
public CorporationContainersLogsResponse passwordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordType)
public CorporationContainersLogsResponse.PasswordTypeEnum getPasswordType()
public void setPasswordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordType)
public CorporationContainersLogsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationContainersLogsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CorporationContainersLogsResponse oldConfigBitmask(Integer oldConfigBitmask)
public Integer getOldConfigBitmask()
public void setOldConfigBitmask(Integer oldConfigBitmask)
public CorporationContainersLogsResponse newConfigBitmask(Integer newConfigBitmask)
public Integer getNewConfigBitmask()
public void setNewConfigBitmask(Integer newConfigBitmask)
Copyright © 2018. All Rights Reserved.