Class GameServerSessionQueueDestination
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.GameServerSessionQueueDestination
-
public class GameServerSessionQueueDestination extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GameServerSessionQueueDestination()GameServerSessionQueueDestination(GameServerSessionQueueDestination 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 StringgetDestinationArn()Get 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。StringgetFleetStatus()Get 服务部署组目的的状态 注意:此字段可能返回 null,表示取不到有效值。voidsetDestinationArn(String DestinationArn)Set 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。voidsetFleetStatus(String FleetStatus)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
-
GameServerSessionQueueDestination
public GameServerSessionQueueDestination()
-
GameServerSessionQueueDestination
public GameServerSessionQueueDestination(GameServerSessionQueueDestination 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
-
getDestinationArn
public String getDestinationArn()
Get 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DestinationArn 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDestinationArn
public void setDestinationArn(String DestinationArn)
Set 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DestinationArn- 服务部署组目的的资源描述 注意:此字段可能返回 null,表示取不到有效值。
-
getFleetStatus
public String getFleetStatus()
Get 服务部署组目的的状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FleetStatus 服务部署组目的的状态 注意:此字段可能返回 null,表示取不到有效值。
-
setFleetStatus
public void setFleetStatus(String FleetStatus)
Set 服务部署组目的的状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FleetStatus- 服务部署组目的的状态 注意:此字段可能返回 null,表示取不到有效值。
-
-