Class PlayerLatency
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.PlayerLatency
-
public class PlayerLatency extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLatencyInMilliseconds()Get 毫秒级延迟StringgetPlayerId()Get 玩家Id 注意:此字段可能返回 null,表示取不到有效值。StringgetRegionIdentifier()Get 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。voidsetLatencyInMilliseconds(Long LatencyInMilliseconds)Set 毫秒级延迟voidsetPlayerId(String PlayerId)Set 玩家Id 注意:此字段可能返回 null,表示取不到有效值。voidsetRegionIdentifier(String RegionIdentifier)Set 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PlayerLatency
public PlayerLatency()
-
PlayerLatency
public 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.
-
-
Method Detail
-
getPlayerId
public String getPlayerId()
Get 玩家Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PlayerId 玩家Id 注意:此字段可能返回 null,表示取不到有效值。
-
setPlayerId
public void setPlayerId(String PlayerId)
Set 玩家Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PlayerId- 玩家Id 注意:此字段可能返回 null,表示取不到有效值。
-
getRegionIdentifier
public String getRegionIdentifier()
Get 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RegionIdentifier 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。
-
setRegionIdentifier
public void setRegionIdentifier(String RegionIdentifier)
Set 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RegionIdentifier- 延迟对应的区域名称 注意:此字段可能返回 null,表示取不到有效值。
-
getLatencyInMilliseconds
public Long getLatencyInMilliseconds()
Get 毫秒级延迟- Returns:
- LatencyInMilliseconds 毫秒级延迟
-
setLatencyInMilliseconds
public void setLatencyInMilliseconds(Long LatencyInMilliseconds)
Set 毫秒级延迟- Parameters:
LatencyInMilliseconds- 毫秒级延迟
-
-