public class SteamAssetPriceInfo extends Object
SteamAssetPriceInfo class.
| Constructor and Description |
|---|
SteamAssetPriceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassId()
Getter for the field
classId. |
List<SteamKeyValuePair<String,String>> |
getClassList()
Getter for the field
classList. |
String |
getDate()
Getter for the field
date. |
String |
getName()
Getter for the field
name. |
Map<String,Integer> |
getPrices()
Getter for the field
prices. |
void |
setClassId(String classId)
Setter for the field
classId. |
void |
setClassList(List<SteamKeyValuePair<String,String>> classList)
Setter for the field
classList. |
void |
setDate(String date)
Setter for the field
date. |
void |
setName(String name)
Setter for the field
name. |
void |
setPrices(Map<String,Integer> prices)
Setter for the field
prices. |
String |
toString() |
public List<SteamKeyValuePair<String,String>> getClassList()
Getter for the field classList.
List objectpublic void setClassList(List<SteamKeyValuePair<String,String>> classList)
Setter for the field classList.
classList - a List objectpublic void setName(String name)
Setter for the field name.
name - a String objectpublic void setPrices(Map<String,Integer> prices)
Setter for the field prices.
prices - a Map objectpublic void setDate(String date)
Setter for the field date.
date - a String objectCopyright © 2016–2024. All rights reserved.