Class ModifyNetworkAddress
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mongodb.v20190725.models.ModifyNetworkAddress
-
public class ModifyNetworkAddress extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyNetworkAddress()
ModifyNetworkAddress(ModifyNetworkAddress 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
getNewIPAddress()
Get 新IP地址。String
getOldIpAddress()
Get 原IP地址。void
setNewIPAddress(String NewIPAddress)
Set 新IP地址。void
setOldIpAddress(String OldIpAddress)
Set 原IP地址。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
-
ModifyNetworkAddress
public ModifyNetworkAddress()
-
ModifyNetworkAddress
public ModifyNetworkAddress(ModifyNetworkAddress 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
-
getNewIPAddress
public String getNewIPAddress()
Get 新IP地址。- Returns:
- NewIPAddress 新IP地址。
-
setNewIPAddress
public void setNewIPAddress(String NewIPAddress)
Set 新IP地址。- Parameters:
NewIPAddress
- 新IP地址。
-
getOldIpAddress
public String getOldIpAddress()
Get 原IP地址。- Returns:
- OldIpAddress 原IP地址。
-
setOldIpAddress
public void setOldIpAddress(String OldIpAddress)
Set 原IP地址。- Parameters:
OldIpAddress
- 原IP地址。
-
-