public class ServerlessDBInstanceNetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServerlessDBInstanceNetInfo() |
ServerlessDBInstanceNetInfo(ServerlessDBInstanceNetInfo 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 |
---|---|
String |
getAddress()
Get 地址
|
String |
getIp()
Get ip地址
|
String |
getNetType()
Get 网络类型
|
Long |
getPort()
Get 端口号
|
String |
getStatus()
Get 状态
|
void |
setAddress(String Address)
Set 地址
|
void |
setIp(String Ip)
Set ip地址
|
void |
setNetType(String NetType)
Set 网络类型
|
void |
setPort(Long Port)
Set 端口号
|
void |
setStatus(String Status)
Set 状态
|
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, toJsonString
public ServerlessDBInstanceNetInfo()
public ServerlessDBInstanceNetInfo(ServerlessDBInstanceNetInfo source)
public String getAddress()
public void setAddress(String Address)
Address
- 地址public String getIp()
public void setIp(String Ip)
Ip
- ip地址public Long getPort()
public void setPort(Long Port)
Port
- 端口号public String getStatus()
public void setStatus(String Status)
Status
- 状态public String getNetType()
public void setNetType(String NetType)
NetType
- 网络类型Copyright © 2025. All rights reserved.