public class CharacterContractsItemsResponse extends Object implements Serializable
| 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 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)
public CharacterContractsItemsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterContractsItemsResponse rawQuantity(Integer rawQuantity)
public Integer getRawQuantity()
public void setRawQuantity(Integer rawQuantity)
public CharacterContractsItemsResponse isSingleton(Boolean isSingleton)
public Boolean getIsSingleton()
public void setIsSingleton(Boolean isSingleton)
public CharacterContractsItemsResponse isIncluded(Boolean isIncluded)
public Boolean getIsIncluded()
public void setIsIncluded(Boolean isIncluded)
Copyright © 2017. All Rights Reserved.