public class PlayerDataMap extends AbstractModel
Constructor and Description |
---|
PlayerDataMap() |
PlayerDataMap(PlayerDataMap source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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, toJsonString
public PlayerDataMap()
public PlayerDataMap(PlayerDataMap source)
public 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 © 2023. All rights reserved.