public class SteamAssetDescription extends Object
| Constructor and Description |
|---|
SteamAssetDescription() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAppData()
Getter for the field
appData. |
String |
getColor()
Getter for the field
color. |
String |
getType()
Getter for the field
type. |
String |
getValue()
Getter for the field
value. |
void |
setAppData(Map<String,String> appData)
Setter for the field
appData. |
void |
setColor(String color)
Setter for the field
color. |
void |
setType(String type)
Setter for the field
type. |
void |
setValue(String value)
Setter for the field
value. |
public void setType(String type)
Setter for the field type.
type - a String objectpublic void setValue(String value)
Setter for the field value.
value - a String objectpublic Map<String,String> getAppData()
Getter for the field appData.
Map objectpublic void setAppData(Map<String,String> appData)
Setter for the field appData.
appData - a Map objectCopyright © 2016–2024. All rights reserved.