public class GameProperty extends AbstractModel
| Constructor and Description | 
|---|
| GameProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey()Get Attribute name | 
| String | getValue()Get Attribute value | 
| void | setKey(String Key)Set Attribute name | 
| void | setValue(String Value)Set Attribute value | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getKey()
public void setKey(String Key)
Key - Attribute namepublic String getValue()
public void setValue(String Value)
Value - Attribute valueCopyright © 2020. All rights reserved.