public class RoVipInfo extends AbstractModel
Constructor and Description |
---|
RoVipInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getRoSubnetId()
Get 只读vip的子网
|
String |
getRoVip()
Get 只读vip
|
Long |
getRoVipStatus()
Get 只读vip状态
|
Long |
getRoVpcId()
Get 只读vip的私有网络
|
Long |
getRoVport()
Get 只读vip的端口号
|
void |
setRoSubnetId(Long RoSubnetId)
Set 只读vip的子网
|
void |
setRoVip(String RoVip)
Set 只读vip
|
void |
setRoVipStatus(Long RoVipStatus)
Set 只读vip状态
|
void |
setRoVpcId(Long RoVpcId)
Set 只读vip的私有网络
|
void |
setRoVport(Long RoVport)
Set 只读vip的端口号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RoVipInfo()
public RoVipInfo(RoVipInfo source)
public Long getRoVipStatus()
public void setRoVipStatus(Long RoVipStatus)
RoVipStatus
- 只读vip状态public Long getRoSubnetId()
public void setRoSubnetId(Long RoSubnetId)
RoSubnetId
- 只读vip的子网public Long getRoVpcId()
public void setRoVpcId(Long RoVpcId)
RoVpcId
- 只读vip的私有网络public Long getRoVport()
public void setRoVport(Long RoVport)
RoVport
- 只读vip的端口号public String getRoVip()
public void setRoVip(String RoVip)
RoVip
- 只读vipCopyright © 2022. All rights reserved.