Package net.troja.eve.esi.model
Class CorporationContractsItemsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationContractsItemsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationContractsItemsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IS_INCLUDEDstatic StringSERIALIZED_NAME_IS_SINGLETONstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_RAW_QUANTITYstatic StringSERIALIZED_NAME_RECORD_IDstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description CorporationContractsItemsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetIsIncluded()true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contractBooleangetIsSingleton()is_singleton booleanIntegergetQuantity()Number of items in the stackIntegergetRawQuantity()-1 indicates that the item is a singleton (non-stackable).LonggetRecordId()Unique ID for the itemIntegergetTypeId()Type ID for iteminthashCode()CorporationContractsItemsResponseisIncluded(Boolean isIncluded)CorporationContractsItemsResponseisSingleton(Boolean isSingleton)CorporationContractsItemsResponsequantity(Integer quantity)CorporationContractsItemsResponserawQuantity(Integer rawQuantity)CorporationContractsItemsResponserecordId(Long recordId)voidsetIsIncluded(Boolean isIncluded)voidsetIsSingleton(Boolean isSingleton)voidsetQuantity(Integer quantity)voidsetRawQuantity(Integer rawQuantity)voidsetRecordId(Long recordId)voidsetTypeId(Integer typeId)StringtoString()CorporationContractsItemsResponsetypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_IS_INCLUDED
public static final String SERIALIZED_NAME_IS_INCLUDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_SINGLETON
public static final String SERIALIZED_NAME_IS_SINGLETON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RAW_QUANTITY
public static final String SERIALIZED_NAME_RAW_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_RECORD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
isIncluded
public CorporationContractsItemsResponse isIncluded(Boolean isIncluded)
-
getIsIncluded
public Boolean getIsIncluded()
true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract- Returns:
- isIncluded
-
setIsIncluded
public void setIsIncluded(Boolean isIncluded)
-
isSingleton
public CorporationContractsItemsResponse isSingleton(Boolean isSingleton)
-
getIsSingleton
public Boolean getIsSingleton()
is_singleton boolean- Returns:
- isSingleton
-
setIsSingleton
public void setIsSingleton(Boolean isSingleton)
-
quantity
public CorporationContractsItemsResponse quantity(Integer quantity)
-
getQuantity
public Integer getQuantity()
Number of items in the stack- Returns:
- quantity
-
setQuantity
public void setQuantity(Integer quantity)
-
rawQuantity
public CorporationContractsItemsResponse rawQuantity(Integer rawQuantity)
-
getRawQuantity
@Nullable public Integer getRawQuantity()
-1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy- Returns:
- rawQuantity
-
setRawQuantity
public void setRawQuantity(Integer rawQuantity)
-
recordId
public CorporationContractsItemsResponse recordId(Long recordId)
-
getRecordId
public Long getRecordId()
Unique ID for the item- Returns:
- recordId
-
setRecordId
public void setRecordId(Long recordId)
-
typeId
public CorporationContractsItemsResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
Type ID for item- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-