public class GameServerSessionQueue extends AbstractModel
Constructor and Description |
---|
GameServerSessionQueue() |
Modifier and Type | Method and Description |
---|---|
GameServerSessionQueueDestination[] |
getDestinations()
Get 目的fleet(可为别名)列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGameServerSessionQueueArn()
Get 服务部署组资源
|
String |
getName()
Get 服务部署组名字
|
PlayerLatencyPolicy[] |
getPlayerLatencyPolicies()
Get 延迟策略集合
注意:此字段可能返回 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 |
setTimeoutInSeconds(Long TimeoutInSeconds)
Set 超时时间
|
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 String getName()
public void setName(String Name)
Name
- 服务部署组名字public String getGameServerSessionQueueArn()
public void setGameServerSessionQueueArn(String GameServerSessionQueueArn)
GameServerSessionQueueArn
- 服务部署组资源public GameServerSessionQueueDestination[] getDestinations()
public void setDestinations(GameServerSessionQueueDestination[] Destinations)
Destinations
- 目的fleet(可为别名)列表
注意:此字段可能返回 null,表示取不到有效值。public PlayerLatencyPolicy[] getPlayerLatencyPolicies()
public void setPlayerLatencyPolicies(PlayerLatencyPolicy[] PlayerLatencyPolicies)
PlayerLatencyPolicies
- 延迟策略集合
注意:此字段可能返回 null,表示取不到有效值。public Long getTimeoutInSeconds()
public void setTimeoutInSeconds(Long TimeoutInSeconds)
TimeoutInSeconds
- 超时时间Copyright © 2020. All rights reserved.