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
|
| Constructor and Description |
|---|
CharacterAssetsResponse() |
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 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 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)
public CharacterAssetsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterAssetsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2019. All Rights Reserved.