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 name. Up to 32 ASCII characters are allowed.public String getValue()
public void setValue(String Value)
Value - Attribute value. Up to 96 ASCII characters are allowed.Copyright © 2021. All rights reserved.