public class SteamAssetClassInfo extends Object
| Constructor and Description |
|---|
SteamAssetClassInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor()
Getter for the field
backgroundColor. |
String |
getClassId()
Getter for the field
classId. |
String |
getCommodity()
Getter for the field
commodity. |
Map<String,SteamAssetDescription> |
getDescriptions()
Getter for the field
descriptions. |
String |
getEncodedIconDragUrl()
Getter for the field
encodedIconDragUrl. |
String |
getEncodedIconUrl()
Getter for the field
encodedIconUrl. |
String |
getEncodedIconUrlLarge()
Getter for the field
encodedIconUrlLarge. |
String |
getFraudWarnings()
Getter for the field
fraudWarnings. |
String |
getMarketable()
Getter for the field
marketable. |
String |
getMarketHashName()
Getter for the field
marketHashName. |
String |
getMarketName()
Getter for the field
marketName. |
String |
getMarketTradableRestriction()
Getter for the field
marketTradableRestriction. |
String |
getName()
Getter for the field
name. |
String |
getNameColor()
Getter for the field
nameColor. |
String |
getOwnerDescriptions()
Getter for the field
ownerDescriptions. |
Map<String,SteamAssetTag> |
getTags()
Getter for the field
tags. |
String |
getTradable()
Getter for the field
tradable. |
String |
getType()
Getter for the field
type. |
void |
setBackgroundColor(String backgroundColor)
Setter for the field
backgroundColor. |
void |
setClassId(String classId)
Setter for the field
classId. |
void |
setCommodity(String commodity)
Setter for the field
commodity. |
void |
setDescriptions(Map<String,SteamAssetDescription> descriptions)
Setter for the field
descriptions. |
void |
setEncodedIconDragUrl(String encodedIconDragUrl)
Setter for the field
encodedIconDragUrl. |
void |
setEncodedIconUrl(String encodedIconUrl)
Setter for the field
encodedIconUrl. |
void |
setEncodedIconUrlLarge(String encodedIconUrlLarge)
Setter for the field
encodedIconUrlLarge. |
void |
setFraudWarnings(String fraudWarnings)
Setter for the field
fraudWarnings. |
void |
setMarketable(String marketable)
Setter for the field
marketable. |
void |
setMarketHashName(String marketHashName)
Setter for the field
marketHashName. |
void |
setMarketName(String marketName)
Setter for the field
marketName. |
void |
setMarketTradableRestriction(String marketTradableRestriction)
Setter for the field
marketTradableRestriction. |
void |
setName(String name)
Setter for the field
name. |
void |
setNameColor(String nameColor)
Setter for the field
nameColor. |
void |
setOwnerDescriptions(String ownerDescriptions)
Setter for the field
ownerDescriptions. |
void |
setTags(Map<String,SteamAssetTag> tags)
Setter for the field
tags. |
void |
setTradable(String tradable)
Setter for the field
tradable. |
void |
setType(String type)
Setter for the field
type. |
String |
toString() |
public String getEncodedIconUrl()
Getter for the field encodedIconUrl.
String objectpublic void setEncodedIconUrl(String encodedIconUrl)
Setter for the field encodedIconUrl.
encodedIconUrl - a String objectpublic String getEncodedIconUrlLarge()
Getter for the field encodedIconUrlLarge.
String objectpublic void setEncodedIconUrlLarge(String encodedIconUrlLarge)
Setter for the field encodedIconUrlLarge.
encodedIconUrlLarge - a String objectpublic String getEncodedIconDragUrl()
Getter for the field encodedIconDragUrl.
String objectpublic void setEncodedIconDragUrl(String encodedIconDragUrl)
Setter for the field encodedIconDragUrl.
encodedIconDragUrl - a String objectpublic String getMarketHashName()
Getter for the field marketHashName.
String objectpublic void setMarketHashName(String marketHashName)
Setter for the field marketHashName.
marketHashName - a String objectpublic void setNameColor(String nameColor)
Setter for the field nameColor.
nameColor - a String objectpublic String getBackgroundColor()
Getter for the field backgroundColor.
String objectpublic void setBackgroundColor(String backgroundColor)
Setter for the field backgroundColor.
backgroundColor - a String objectpublic void setType(String type)
Setter for the field type.
type - a String objectpublic void setTradable(String tradable)
Setter for the field tradable.
tradable - a String objectpublic String getMarketable()
Getter for the field marketable.
String objectpublic void setMarketable(String marketable)
Setter for the field marketable.
marketable - a String objectpublic void setCommodity(String commodity)
Setter for the field commodity.
commodity - a String objectpublic String getMarketTradableRestriction()
Getter for the field marketTradableRestriction.
String objectpublic void setMarketTradableRestriction(String marketTradableRestriction)
Setter for the field marketTradableRestriction.
marketTradableRestriction - a String objectpublic String getFraudWarnings()
Getter for the field fraudWarnings.
String objectpublic void setFraudWarnings(String fraudWarnings)
Setter for the field fraudWarnings.
fraudWarnings - a String objectpublic String getOwnerDescriptions()
Getter for the field ownerDescriptions.
String objectpublic void setOwnerDescriptions(String ownerDescriptions)
Setter for the field ownerDescriptions.
ownerDescriptions - a String objectpublic void setName(String name)
Setter for the field name.
name - a String objectpublic String getMarketName()
Getter for the field marketName.
String objectpublic void setMarketName(String marketName)
Setter for the field marketName.
marketName - a String objectpublic Map<String,SteamAssetTag> getTags()
Getter for the field tags.
Map objectpublic Map<String,SteamAssetDescription> getDescriptions()
Getter for the field descriptions.
Map objectpublic void setDescriptions(Map<String,SteamAssetDescription> descriptions)
Setter for the field descriptions.
descriptions - a Map objectpublic void setTags(Map<String,SteamAssetTag> tags)
Setter for the field tags.
tags - a Map objectCopyright © 2016–2024. All rights reserved.