Class AccountStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AccountStatistics
-
public class AccountStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountStatistics()AccountStatistics(AccountStatistics 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 主机数量。StringgetUsername()Get 用户名。voidsetMachineNum(Long MachineNum)Set 主机数量。voidsetUsername(String Username)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
-
AccountStatistics
public AccountStatistics()
-
AccountStatistics
public AccountStatistics(AccountStatistics 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
-
getUsername
public String getUsername()
Get 用户名。- Returns:
- Username 用户名。
-
setUsername
public void setUsername(String Username)
Set 用户名。- Parameters:
Username- 用户名。
-
getMachineNum
public Long getMachineNum()
Get 主机数量。- Returns:
- MachineNum 主机数量。
-
setMachineNum
public void setMachineNum(Long MachineNum)
Set 主机数量。- Parameters:
MachineNum- 主机数量。
-
-