public class RocketMQVipInstance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RocketMQVipInstance() | 
| RocketMQVipInstance(RocketMQVipInstance 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAutoRenewFlag()Get Renewal mode. | 
| String | getConfigDisplay()Get Instance specification name | 
| Long | getExpireTime()Get Instance expiration time in milliseconds | 
| String | getInstanceId()Get Instance ID | 
| String | getInstanceName()Get Instance name | 
| String | getInstanceVersion()Get Instance version
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxBandWidth()Get Peak bandwidth in Mbps | 
| Long | getMaxRetention()Get The maximum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| Long | getMaxStorage()Get Storage capacity in GB | 
| Long | getMaxTps()Get Peak TPS | 
| Long | getMinRetention()Get The minimum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| Long | getNodeCount()Get Number of nodes | 
| Long | getPayMode()Get Payment mode. | 
| String | getRemark()Get Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRetention()Get Instance message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| String | getSpecName()Get Instance specification ID | 
| Long | getStatus()Get Instance status. | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set Renewal mode. | 
| void | setConfigDisplay(String ConfigDisplay)Set Instance specification name | 
| void | setExpireTime(Long ExpireTime)Set Instance expiration time in milliseconds | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setInstanceName(String InstanceName)Set Instance name | 
| void | setInstanceVersion(String InstanceVersion)Set Instance version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMaxBandWidth(Long MaxBandWidth)Set Peak bandwidth in Mbps | 
| void | setMaxRetention(Long MaxRetention)Set The maximum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| void | setMaxStorage(Long MaxStorage)Set Storage capacity in GB | 
| void | setMaxTps(Long MaxTps)Set Peak TPS | 
| void | setMinRetention(Long MinRetention)Set The minimum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| void | setNodeCount(Long NodeCount)Set Number of nodes | 
| void | setPayMode(Long PayMode)Set Payment mode. | 
| void | setRemark(String Remark)Set Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRetention(Long Retention)Set Instance message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| void | setSpecName(String SpecName)Set Instance specification ID | 
| void | setStatus(Long Status)Set Instance status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RocketMQVipInstance()
public RocketMQVipInstance(RocketMQVipInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Instance namepublic String getInstanceVersion()
public void setInstanceVersion(String InstanceVersion)
InstanceVersion - Instance version
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Instance status. Valid values: `0` (Creating), `1` (Normal), `2` (Isolated), `3` (Terminated), `4` (Abnormal), `5` (Delivery failed).public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount - Number of nodespublic String getConfigDisplay()
public void setConfigDisplay(String ConfigDisplay)
ConfigDisplay - Instance specification namepublic Long getMaxTps()
public void setMaxTps(Long MaxTps)
MaxTps - Peak TPSpublic Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth - Peak bandwidth in Mbpspublic Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage - Storage capacity in GBpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - Instance expiration time in millisecondspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Renewal mode. Valid values: `0` (Manual renewal, which is the default mode), `1` (Auto-renewal), `2` (Manual renewal, which is specified by users).public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - Payment mode. 0: Postpaid; 1: Prepaid.public String getRemark()
public void setRemark(String Remark)
Remark - Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getSpecName()
public void setSpecName(String SpecName)
SpecName - Instance specification IDpublic Long getMaxRetention()
public void setMaxRetention(Long MaxRetention)
MaxRetention - The maximum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained.public Long getMinRetention()
public void setMinRetention(Long MinRetention)
MinRetention - The minimum message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained.public Long getRetention()
public void setRetention(Long Retention)
Retention - Instance message retention period in hours
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.