Class OldAddrInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.OldAddrInfo
-
public class OldAddrInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OldAddrInfo()OldAddrInfo(OldAddrInfo 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 StringgetReturnTime()Get 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。StringgetVip()Get IP 注意:此字段可能返回 null,表示取不到有效值。LonggetVport()Get 端口 注意:此字段可能返回 null,表示取不到有效值。voidsetReturnTime(String ReturnTime)Set 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。voidsetVip(String Vip)Set IP 注意:此字段可能返回 null,表示取不到有效值。voidsetVport(Long Vport)Set 端口 注意:此字段可能返回 null,表示取不到有效值。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
-
OldAddrInfo
public OldAddrInfo()
-
OldAddrInfo
public OldAddrInfo(OldAddrInfo 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
-
getVip
public String getVip()
Get IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Vip IP 注意:此字段可能返回 null,表示取不到有效值。
-
setVip
public void setVip(String Vip)
Set IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Vip- IP 注意:此字段可能返回 null,表示取不到有效值。
-
getVport
public Long getVport()
Get 端口 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Vport 端口 注意:此字段可能返回 null,表示取不到有效值。
-
setVport
public void setVport(Long Vport)
Set 端口 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Vport- 端口 注意:此字段可能返回 null,表示取不到有效值。
-
getReturnTime
public String getReturnTime()
Get 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReturnTime 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。
-
setReturnTime
public void setReturnTime(String ReturnTime)
Set 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReturnTime- 期望执行回收时间 注意:此字段可能返回 null,表示取不到有效值。
-
-