Class RoVipInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.RoVipInfo
-
public class RoVipInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRoSubnetId()Get 只读vip的子网StringgetRoVip()Get 只读vipLonggetRoVipStatus()Get 只读vip状态LonggetRoVpcId()Get 只读vip的私有网络LonggetRoVport()Get 只读vip的端口号voidsetRoSubnetId(Long RoSubnetId)Set 只读vip的子网voidsetRoVip(String RoVip)Set 只读vipvoidsetRoVipStatus(Long RoVipStatus)Set 只读vip状态voidsetRoVpcId(Long RoVpcId)Set 只读vip的私有网络voidsetRoVport(Long RoVport)Set 只读vip的端口号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
-
RoVipInfo
public RoVipInfo()
-
RoVipInfo
public RoVipInfo(RoVipInfo 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
-
getRoVipStatus
public Long getRoVipStatus()
Get 只读vip状态- Returns:
- RoVipStatus 只读vip状态
-
setRoVipStatus
public void setRoVipStatus(Long RoVipStatus)
Set 只读vip状态- Parameters:
RoVipStatus- 只读vip状态
-
getRoSubnetId
public Long getRoSubnetId()
Get 只读vip的子网- Returns:
- RoSubnetId 只读vip的子网
-
setRoSubnetId
public void setRoSubnetId(Long RoSubnetId)
Set 只读vip的子网- Parameters:
RoSubnetId- 只读vip的子网
-
getRoVpcId
public Long getRoVpcId()
Get 只读vip的私有网络- Returns:
- RoVpcId 只读vip的私有网络
-
setRoVpcId
public void setRoVpcId(Long RoVpcId)
Set 只读vip的私有网络- Parameters:
RoVpcId- 只读vip的私有网络
-
getRoVport
public Long getRoVport()
Get 只读vip的端口号- Returns:
- RoVport 只读vip的端口号
-
setRoVport
public void setRoVport(Long RoVport)
Set 只读vip的端口号- Parameters:
RoVport- 只读vip的端口号
-
getRoVip
public String getRoVip()
Get 只读vip- Returns:
- RoVip 只读vip
-
setRoVip
public void setRoVip(String RoVip)
Set 只读vip- Parameters:
RoVip- 只读vip
-
-