public class SteamEconSchemaItem extends Object
SteamEconSchemaItem class.
Constructor and Description |
---|
SteamEconSchemaItem() |
Modifier and Type | Method and Description |
---|---|
List<SteamEconSchemaItemAttribute> |
getAttributes()
Getter for the field
attributes . |
SteamEconSchemaCapabilities |
getCapabilities()
Getter for the field
capabilities . |
String |
getCraftClass()
Getter for the field
craftClass . |
String |
getCraftMaterialType()
Getter for the field
craftMaterialType . |
int |
getDefIndex()
Getter for the field
defIndex . |
String |
getDropType()
Getter for the field
dropType . |
String |
getHolidayRestriction()
Getter for the field
holidayRestriction . |
String |
getImageInventory()
Getter for the field
imageInventory . |
String |
getImageUrl()
Getter for the field
imageUrl . |
String |
getImageUrlLarge()
Getter for the field
imageUrlLarge . |
String |
getItemClass()
Getter for the field
itemClass . |
String |
getItemDescription()
Getter for the field
itemDescription . |
String |
getItemName()
Getter for the field
itemName . |
int |
getItemQuality()
Getter for the field
itemQuality . |
String |
getItemSet()
Getter for the field
itemSet . |
String |
getItemSlot()
Getter for the field
itemSlot . |
String |
getItemTypeName()
Getter for the field
itemTypeName . |
int |
getMaxItemLevel()
Getter for the field
maxItemLevel . |
int |
getMinItemLevel()
Getter for the field
minItemLevel . |
String |
getModelPlayer()
Getter for the field
modelPlayer . |
String |
getName()
Getter for the field
name . |
Map<String,String> |
getPerClassLoadoutSlots()
Getter for the field
perClassLoadoutSlots . |
List<String> |
getUsedByClasses()
Getter for the field
usedByClasses . |
boolean |
isProperName()
isProperName.
|
void |
setAttributes(List<SteamEconSchemaItemAttribute> attributes)
Setter for the field
attributes . |
void |
setCapabilities(SteamEconSchemaCapabilities capabilities)
Setter for the field
capabilities . |
void |
setCraftClass(String craftClass)
Setter for the field
craftClass . |
void |
setCraftMaterialType(String craftMaterialType)
Setter for the field
craftMaterialType . |
void |
setDefIndex(int defIndex)
Setter for the field
defIndex . |
void |
setDropType(String dropType)
Setter for the field
dropType . |
void |
setHolidayRestriction(String holidayRestriction)
Setter for the field
holidayRestriction . |
void |
setImageInventory(String imageInventory)
Setter for the field
imageInventory . |
void |
setImageUrl(String imageUrl)
Setter for the field
imageUrl . |
void |
setImageUrlLarge(String imageUrlLarge)
Setter for the field
imageUrlLarge . |
void |
setItemClass(String itemClass)
Setter for the field
itemClass . |
void |
setItemDescription(String itemDescription)
Setter for the field
itemDescription . |
void |
setItemName(String itemName)
Setter for the field
itemName . |
void |
setItemQuality(int itemQuality)
Setter for the field
itemQuality . |
void |
setItemSet(String itemSet)
Setter for the field
itemSet . |
void |
setItemSlot(String itemSlot)
Setter for the field
itemSlot . |
void |
setItemTypeName(String itemTypeName)
Setter for the field
itemTypeName . |
void |
setMaxItemLevel(int maxItemLevel)
Setter for the field
maxItemLevel . |
void |
setMinItemLevel(int minItemLevel)
Setter for the field
minItemLevel . |
void |
setModelPlayer(String modelPlayer)
Setter for the field
modelPlayer . |
void |
setName(String name)
Setter for the field
name . |
void |
setPerClassLoadoutSlots(Map<String,String> perClassLoadoutSlots)
Setter for the field
perClassLoadoutSlots . |
void |
setProperName(boolean properName)
Setter for the field
properName . |
void |
setUsedByClasses(List<String> usedByClasses)
Setter for the field
usedByClasses . |
String |
toString() |
public void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getDefIndex()
Getter for the field defIndex
.
public void setDefIndex(int defIndex)
Setter for the field defIndex
.
defIndex
- a intpublic void setItemClass(String itemClass)
Setter for the field itemClass
.
itemClass
- a String
objectpublic String getItemTypeName()
Getter for the field itemTypeName
.
String
objectpublic void setItemTypeName(String itemTypeName)
Setter for the field itemTypeName
.
itemTypeName
- a String
objectpublic void setItemName(String itemName)
Setter for the field itemName
.
itemName
- a String
objectpublic String getItemDescription()
Getter for the field itemDescription
.
String
objectpublic void setItemDescription(String itemDescription)
Setter for the field itemDescription
.
itemDescription
- a String
objectpublic boolean isProperName()
isProperName.
public void setProperName(boolean properName)
Setter for the field properName
.
properName
- a booleanpublic void setItemSlot(String itemSlot)
Setter for the field itemSlot
.
itemSlot
- a String
objectpublic String getModelPlayer()
Getter for the field modelPlayer
.
String
objectpublic void setModelPlayer(String modelPlayer)
Setter for the field modelPlayer
.
modelPlayer
- a String
objectpublic int getItemQuality()
Getter for the field itemQuality
.
public void setItemQuality(int itemQuality)
Setter for the field itemQuality
.
itemQuality
- a intpublic String getImageInventory()
Getter for the field imageInventory
.
String
objectpublic void setImageInventory(String imageInventory)
Setter for the field imageInventory
.
imageInventory
- a String
objectpublic int getMinItemLevel()
Getter for the field minItemLevel
.
public void setMinItemLevel(int minItemLevel)
Setter for the field minItemLevel
.
minItemLevel
- a intpublic int getMaxItemLevel()
Getter for the field maxItemLevel
.
public void setMaxItemLevel(int maxItemLevel)
Setter for the field maxItemLevel
.
maxItemLevel
- a intpublic void setImageUrl(String imageUrl)
Setter for the field imageUrl
.
imageUrl
- a String
objectpublic String getImageUrlLarge()
Getter for the field imageUrlLarge
.
String
objectpublic void setImageUrlLarge(String imageUrlLarge)
Setter for the field imageUrlLarge
.
imageUrlLarge
- a String
objectpublic void setDropType(String dropType)
Setter for the field dropType
.
dropType
- a String
objectpublic void setItemSet(String itemSet)
Setter for the field itemSet
.
itemSet
- a String
objectpublic String getHolidayRestriction()
Getter for the field holidayRestriction
.
String
objectpublic void setHolidayRestriction(String holidayRestriction)
Setter for the field holidayRestriction
.
holidayRestriction
- a String
objectpublic String getCraftClass()
Getter for the field craftClass
.
String
objectpublic void setCraftClass(String craftClass)
Setter for the field craftClass
.
craftClass
- a String
objectpublic String getCraftMaterialType()
Getter for the field craftMaterialType
.
String
objectpublic void setCraftMaterialType(String craftMaterialType)
Setter for the field craftMaterialType
.
craftMaterialType
- a String
objectpublic SteamEconSchemaCapabilities getCapabilities()
Getter for the field capabilities
.
SteamEconSchemaCapabilities
objectpublic void setCapabilities(SteamEconSchemaCapabilities capabilities)
Setter for the field capabilities
.
capabilities
- a SteamEconSchemaCapabilities
objectpublic List<String> getUsedByClasses()
Getter for the field usedByClasses
.
List
objectpublic void setUsedByClasses(List<String> usedByClasses)
Setter for the field usedByClasses
.
usedByClasses
- a List
objectpublic List<SteamEconSchemaItemAttribute> getAttributes()
Getter for the field attributes
.
List
objectpublic void setAttributes(List<SteamEconSchemaItemAttribute> attributes)
Setter for the field attributes
.
attributes
- a List
objectpublic Map<String,String> getPerClassLoadoutSlots()
Getter for the field perClassLoadoutSlots
.
Map
objectpublic void setPerClassLoadoutSlots(Map<String,String> perClassLoadoutSlots)
Setter for the field perClassLoadoutSlots
.
perClassLoadoutSlots
- a Map
objectCopyright © 2016–2024. All rights reserved.