Uses of Class
com.tencentcloudapi.gse.v20191112.models.PlayerLatencyPolicy
-
Packages that use PlayerLatencyPolicy Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of PlayerLatencyPolicy in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return PlayerLatencyPolicy Modifier and Type Method Description PlayerLatencyPolicy[]CreateGameServerSessionQueueRequest. getPlayerLatencyPolicies()Get 延迟策略集合PlayerLatencyPolicy[]GameServerSessionQueue. getPlayerLatencyPolicies()Get 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。PlayerLatencyPolicy[]UpdateGameServerSessionQueueRequest. getPlayerLatencyPolicies()Get 延迟策略集合Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type PlayerLatencyPolicy Modifier and Type Method Description voidCreateGameServerSessionQueueRequest. setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)Set 延迟策略集合voidGameServerSessionQueue. setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)Set 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。voidUpdateGameServerSessionQueueRequest. setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)Set 延迟策略集合Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type PlayerLatencyPolicy Constructor Description PlayerLatencyPolicy(PlayerLatencyPolicy 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.
-