Class ServerlessDBInstanceNetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.ServerlessDBInstanceNetInfo
-
public class ServerlessDBInstanceNetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
Get 地址 注意:此字段可能返回 null,表示取不到有效值。String
getIp()
Get ip地址 注意:此字段可能返回 null,表示取不到有效值。String
getNetType()
Get 网络类型 注意:此字段可能返回 null,表示取不到有效值。Long
getPort()
Get 端口号 注意:此字段可能返回 null,表示取不到有效值。String
getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。void
setAddress(String Address)
Set 地址 注意:此字段可能返回 null,表示取不到有效值。void
setIp(String Ip)
Set ip地址 注意:此字段可能返回 null,表示取不到有效值。void
setNetType(String NetType)
Set 网络类型 注意:此字段可能返回 null,表示取不到有效值。void
setPort(Long Port)
Set 端口号 注意:此字段可能返回 null,表示取不到有效值。void
setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。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
-
ServerlessDBInstanceNetInfo
public ServerlessDBInstanceNetInfo()
-
ServerlessDBInstanceNetInfo
public 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.
-
-
Method Detail
-
getAddress
public String getAddress()
Get 地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Address 地址 注意:此字段可能返回 null,表示取不到有效值。
-
setAddress
public void setAddress(String Address)
Set 地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Address
- 地址 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get ip地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set ip地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip
- ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
getPort
public Long getPort()
Get 端口号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Port 端口号 注意:此字段可能返回 null,表示取不到有效值。
-
setPort
public void setPort(Long Port)
Set 端口号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Port
- 端口号 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- 状态 注意:此字段可能返回 null,表示取不到有效值。
-
getNetType
public String getNetType()
Get 网络类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NetType 网络类型 注意:此字段可能返回 null,表示取不到有效值。
-
setNetType
public void setNetType(String NetType)
Set 网络类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NetType
- 网络类型 注意:此字段可能返回 null,表示取不到有效值。
-
-