Class StopFleetActionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.StopFleetActionsRequest
-
public class StopFleetActionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StopFleetActionsRequest()
StopFleetActionsRequest(StopFleetActionsRequest 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 String[]
getActions()
Get 服务器舰队扩展策略,值为["AUTO_SCALING"]String
getFleetId()
Get 服务器舰队 Idvoid
setActions(String[] Actions)
Set 服务器舰队扩展策略,值为["AUTO_SCALING"]void
setFleetId(String FleetId)
Set 服务器舰队 Idvoid
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
-
StopFleetActionsRequest
public StopFleetActionsRequest()
-
StopFleetActionsRequest
public StopFleetActionsRequest(StopFleetActionsRequest 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
-
getFleetId
public String getFleetId()
Get 服务器舰队 Id- Returns:
- FleetId 服务器舰队 Id
-
setFleetId
public void setFleetId(String FleetId)
Set 服务器舰队 Id- Parameters:
FleetId
- 服务器舰队 Id
-
getActions
public String[] getActions()
Get 服务器舰队扩展策略,值为["AUTO_SCALING"]- Returns:
- Actions 服务器舰队扩展策略,值为["AUTO_SCALING"]
-
setActions
public void setActions(String[] Actions)
Set 服务器舰队扩展策略,值为["AUTO_SCALING"]- Parameters:
Actions
- 服务器舰队扩展策略,值为["AUTO_SCALING"]
-
-