Class ModifyRocketMQInstanceSpecRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.ModifyRocketMQInstanceSpecRequest
-
public class ModifyRocketMQInstanceSpecRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRocketMQInstanceSpecRequest()
ModifyRocketMQInstanceSpecRequest(ModifyRocketMQInstanceSpecRequest 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
getInstanceId()
Get 专享实例IDLong
getNodeCount()
Get 节点数量String
getSpecification()
Get 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型Long
getStorageSize()
Get 存储空间,GB为单位void
setInstanceId(String InstanceId)
Set 专享实例IDvoid
setNodeCount(Long NodeCount)
Set 节点数量void
setSpecification(String Specification)
Set 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型void
setStorageSize(Long StorageSize)
Set 存储空间,GB为单位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
-
ModifyRocketMQInstanceSpecRequest
public ModifyRocketMQInstanceSpecRequest()
-
ModifyRocketMQInstanceSpecRequest
public ModifyRocketMQInstanceSpecRequest(ModifyRocketMQInstanceSpecRequest 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
-
getInstanceId
public String getInstanceId()
Get 专享实例ID- Returns:
- InstanceId 专享实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 专享实例ID- Parameters:
InstanceId
- 专享实例ID
-
getSpecification
public String getSpecification()
Get 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型- Returns:
- Specification 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型
-
setSpecification
public void setSpecification(String Specification)
Set 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型- Parameters:
Specification
- 实例规格, rocket-vip-basic-1 基础型 rocket-vip-basic-2 标准型 rocket-vip-basic-3 高阶Ⅰ型 rocket-vip-basic-4 高阶Ⅱ型
-
getNodeCount
public Long getNodeCount()
Get 节点数量- Returns:
- NodeCount 节点数量
-
setNodeCount
public void setNodeCount(Long NodeCount)
Set 节点数量- Parameters:
NodeCount
- 节点数量
-
getStorageSize
public Long getStorageSize()
Get 存储空间,GB为单位- Returns:
- StorageSize 存储空间,GB为单位
-
setStorageSize
public void setStorageSize(Long StorageSize)
Set 存储空间,GB为单位- Parameters:
StorageSize
- 存储空间,GB为单位
-
-