public class DescribeGeneralStatRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGeneralStatRequest() | 
| DescribeGeneralStatRequest(DescribeGeneralStatRequest 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 | getMachineRegion()Get 机器所属地域。如:ap-guangzhou,ap-shanghai | 
| String | getMachineType()Get 云主机类型。
CVM:表示腾讯云服务器
BM:  表示黑石物理机
ECM:  表示边缘计算服务器
LH:  表示轻量应用服务器
Other:  表示混合云机器 | 
| void | setMachineRegion(String MachineRegion)Set 机器所属地域。如:ap-guangzhou,ap-shanghai | 
| void | setMachineType(String MachineType)Set 云主机类型。
CVM:表示腾讯云服务器
BM:  表示黑石物理机
ECM:  表示边缘计算服务器
LH:  表示轻量应用服务器
Other:  表示混合云机器 | 
| 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, toJsonStringpublic DescribeGeneralStatRequest()
public DescribeGeneralStatRequest(DescribeGeneralStatRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - 云主机类型。
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion - 机器所属地域。如:ap-guangzhou,ap-shanghaiCopyright © 2025. All rights reserved.