Class StaticInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.StaticInfo
-
public class StaticInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StaticInfo()
StaticInfo(StaticInfo 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 地址String
getInsID()
Get 资产idString
getInsName()
Get 资产名称String
getIp()
Get ip信息Long
getNum()
Get 数String
getPort()
Get 端口void
setAddress(String Address)
Set 地址void
setInsID(String InsID)
Set 资产idvoid
setInsName(String InsName)
Set 资产名称void
setIp(String Ip)
Set ip信息void
setNum(Long Num)
Set 数void
setPort(String Port)
Set 端口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
-
StaticInfo
public StaticInfo()
-
StaticInfo
public StaticInfo(StaticInfo 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
-
getNum
public Long getNum()
Get 数- Returns:
- Num 数
-
setNum
public void setNum(Long Num)
Set 数- Parameters:
Num
- 数
-
getPort
public String getPort()
Get 端口- Returns:
- Port 端口
-
setPort
public void setPort(String Port)
Set 端口- Parameters:
Port
- 端口
-
getIp
public String getIp()
Get ip信息- Returns:
- Ip ip信息
-
setIp
public void setIp(String Ip)
Set ip信息- Parameters:
Ip
- ip信息
-
getAddress
public String getAddress()
Get 地址- Returns:
- Address 地址
-
setAddress
public void setAddress(String Address)
Set 地址- Parameters:
Address
- 地址
-
getInsID
public String getInsID()
Get 资产id- Returns:
- InsID 资产id
-
setInsID
public void setInsID(String InsID)
Set 资产id- Parameters:
InsID
- 资产id
-
getInsName
public String getInsName()
Get 资产名称- Returns:
- InsName 资产名称
-
setInsName
public void setInsName(String InsName)
Set 资产名称- Parameters:
InsName
- 资产名称
-
-