Class OpenPortStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.OpenPortStatistics
-
public class OpenPortStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenPortStatistics()OpenPortStatistics(OpenPortStatistics 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 LonggetMachineNum()Get 主机数量LonggetPort()Get 端口号voidsetMachineNum(Long MachineNum)Set 主机数量voidsetPort(Long Port)Set 端口号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
-
OpenPortStatistics
public OpenPortStatistics()
-
OpenPortStatistics
public OpenPortStatistics(OpenPortStatistics 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
-
getPort
public Long getPort()
Get 端口号- Returns:
- Port 端口号
-
setPort
public void setPort(Long Port)
Set 端口号- Parameters:
Port- 端口号
-
getMachineNum
public Long getMachineNum()
Get 主机数量- Returns:
- MachineNum 主机数量
-
setMachineNum
public void setMachineNum(Long MachineNum)
Set 主机数量- Parameters:
MachineNum- 主机数量
-
-