public class PlayerDataMap extends AbstractModel
| Constructor and Description | 
|---|
| PlayerDataMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey()Get The key of player custom data. | 
| String | getValue()Get The value of player custom data. | 
| void | setKey(String Key)Set The key of player custom data. | 
| void | setValue(String Value)Set The value of player custom data. | 
| 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 - The key of player custom data. It should contain 1 to 1024 ASCII characters.public String getValue()
public void setValue(String Value)
Value - The value of player custom data. It should contain 1 to 2048 ASCII characters.Copyright © 2021. All rights reserved.