public class CharacterAssetsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterAssetsResponse.LocationFlagEnum
location_flag string
|
static class |
CharacterAssetsResponse.LocationTypeEnum
location_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IS_BLUEPRINT_COPY |
static String |
SERIALIZED_NAME_IS_SINGLETON |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_LOCATION_FLAG |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_LOCATION_TYPE |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CharacterAssetsResponse() |
public static final String SERIALIZED_NAME_IS_BLUEPRINT_COPY
public static final String SERIALIZED_NAME_IS_SINGLETON
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_LOCATION_FLAG
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_TYPE
public CharacterAssetsResponse isBlueprintCopy(Boolean isBlueprintCopy)
public Boolean getIsBlueprintCopy()
public void setIsBlueprintCopy(Boolean isBlueprintCopy)
public CharacterAssetsResponse isSingleton(Boolean isSingleton)
public Boolean getIsSingleton()
public void setIsSingleton(Boolean isSingleton)
public CharacterAssetsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterAssetsResponse itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CharacterAssetsResponse locationFlag(CharacterAssetsResponse.LocationFlagEnum locationFlag)
public CharacterAssetsResponse.LocationFlagEnum getLocationFlag()
public void setLocationFlag(CharacterAssetsResponse.LocationFlagEnum locationFlag)
public CharacterAssetsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CharacterAssetsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CharacterAssetsResponse locationType(CharacterAssetsResponse.LocationTypeEnum locationType)
public CharacterAssetsResponse.LocationTypeEnum getLocationType()
public void setLocationType(CharacterAssetsResponse.LocationTypeEnum locationType)
Copyright © 2019. All Rights Reserved.