Class GameServerSessionQueue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.GameServerSessionQueue
-
public class GameServerSessionQueue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GameServerSessionQueue()
GameServerSessionQueue(GameServerSessionQueue 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 GameServerSessionQueueDestination[]
getDestinations()
Get 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。String
getGameServerSessionQueueArn()
Get 服务部署组资源String
getName()
Get 服务部署组名字PlayerLatencyPolicy[]
getPlayerLatencyPolicies()
Get 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。Tag[]
getTags()
Get 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。Long
getTimeoutInSeconds()
Get 超时时间void
setDestinations(GameServerSessionQueueDestination[] Destinations)
Set 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。void
setGameServerSessionQueueArn(String GameServerSessionQueueArn)
Set 服务部署组资源void
setName(String Name)
Set 服务部署组名字void
setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)
Set 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。void
setTags(Tag[] Tags)
Set 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。void
setTimeoutInSeconds(Long TimeoutInSeconds)
Set 超时时间void
toMap(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
-
GameServerSessionQueue
public GameServerSessionQueue()
-
GameServerSessionQueue
public GameServerSessionQueue(GameServerSessionQueue 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
-
getName
public String getName()
Get 服务部署组名字- Returns:
- Name 服务部署组名字
-
setName
public void setName(String Name)
Set 服务部署组名字- Parameters:
Name
- 服务部署组名字
-
getGameServerSessionQueueArn
public String getGameServerSessionQueueArn()
Get 服务部署组资源- Returns:
- GameServerSessionQueueArn 服务部署组资源
-
setGameServerSessionQueueArn
public void setGameServerSessionQueueArn(String GameServerSessionQueueArn)
Set 服务部署组资源- Parameters:
GameServerSessionQueueArn
- 服务部署组资源
-
getDestinations
public GameServerSessionQueueDestination[] getDestinations()
Get 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Destinations 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。
-
setDestinations
public void setDestinations(GameServerSessionQueueDestination[] Destinations)
Set 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Destinations
- 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。
-
getPlayerLatencyPolicies
public PlayerLatencyPolicy[] getPlayerLatencyPolicies()
Get 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PlayerLatencyPolicies 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。
-
setPlayerLatencyPolicies
public void setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)
Set 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PlayerLatencyPolicies
- 延迟策略集合 注意:此字段可能返回 null,表示取不到有效值。
-
getTimeoutInSeconds
public Long getTimeoutInSeconds()
Get 超时时间- Returns:
- TimeoutInSeconds 超时时间
-
setTimeoutInSeconds
public void setTimeoutInSeconds(Long TimeoutInSeconds)
Set 超时时间- Parameters:
TimeoutInSeconds
- 超时时间
-
getTags
public Tag[] getTags()
Get 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(Tag[] Tags)
Set 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags
- 标签列表,最大长度50组 注意:此字段可能返回 null,表示取不到有效值。
-
-