public class PlayerLatency extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PlayerLatency() | 
| PlayerLatency(PlayerLatency 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 | 
|---|---|
| Long | getLatencyInMilliseconds()Get Latency in milliseconds | 
| String | getPlayerId()Get Player ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getRegionIdentifier()Get Name of region corresponding to latency
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setLatencyInMilliseconds(Long LatencyInMilliseconds)Set Latency in milliseconds | 
| void | setPlayerId(String PlayerId)Set Player ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRegionIdentifier(String RegionIdentifier)Set Name of region corresponding to latency
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PlayerLatency()
public PlayerLatency(PlayerLatency source)
public String getPlayerId()
public void setPlayerId(String PlayerId)
PlayerId - Player ID
Note: this field may return null, indicating that no valid values can be obtained.public String getRegionIdentifier()
public void setRegionIdentifier(String RegionIdentifier)
RegionIdentifier - Name of region corresponding to latency
Note: this field may return null, indicating that no valid values can be obtained.public Long getLatencyInMilliseconds()
public void setLatencyInMilliseconds(Long LatencyInMilliseconds)
LatencyInMilliseconds - Latency in millisecondsCopyright © 2025. All rights reserved.