public class CharacterContractsItemsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IS_INCLUDED |
static String |
SERIALIZED_NAME_IS_SINGLETON |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_RAW_QUANTITY |
static String |
SERIALIZED_NAME_RECORD_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CharacterContractsItemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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
|
Boolean |
getIsSingleton()
is_singleton boolean
|
Integer |
getQuantity()
Number of items in the stack
|
Integer |
getRawQuantity()
-1 indicates that the item is a singleton (non-stackable).
|
Long |
getRecordId()
Unique ID for the item
|
Integer |
getTypeId()
Type ID for item
|
int |
hashCode() |
CharacterContractsItemsResponse |
isIncluded(Boolean isIncluded) |
CharacterContractsItemsResponse |
isSingleton(Boolean isSingleton) |
CharacterContractsItemsResponse |
quantity(Integer quantity) |
CharacterContractsItemsResponse |
rawQuantity(Integer rawQuantity) |
CharacterContractsItemsResponse |
recordId(Long recordId) |
void |
setIsIncluded(Boolean isIncluded) |
void |
setIsSingleton(Boolean isSingleton) |
void |
setQuantity(Integer quantity) |
void |
setRawQuantity(Integer rawQuantity) |
void |
setRecordId(Long recordId) |
void |
setTypeId(Integer typeId) |
String |
toString() |
CharacterContractsItemsResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_IS_INCLUDED
public static final String SERIALIZED_NAME_IS_SINGLETON
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_RAW_QUANTITY
public static final String SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_TYPE_ID
public CharacterContractsItemsResponse isIncluded(Boolean isIncluded)
public Boolean getIsIncluded()
public void setIsIncluded(Boolean isIncluded)
public CharacterContractsItemsResponse isSingleton(Boolean isSingleton)
public Boolean getIsSingleton()
public void setIsSingleton(Boolean isSingleton)
public CharacterContractsItemsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterContractsItemsResponse rawQuantity(Integer rawQuantity)
@Nullable public Integer getRawQuantity()
public void setRawQuantity(Integer rawQuantity)
public CharacterContractsItemsResponse recordId(Long recordId)
public Long getRecordId()
public void setRecordId(Long recordId)
public CharacterContractsItemsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2021. All Rights Reserved.