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 Machine region. 
 | 
String | 
getMachineType()
Get CVM type
CVM: Indicates Tencent CVM.
BM: indicates Blackstone physical machine
ECM: indicates edge computing server
LH: indicates Tencent Cloud Lighthouse
Other: Indicates Hybrid cloud machines. 
 | 
void | 
setMachineRegion(String MachineRegion)
Set Machine region. 
 | 
void | 
setMachineType(String MachineType)
Set CVM type
CVM: Indicates Tencent CVM.
BM: indicates Blackstone physical machine
ECM: indicates edge computing server
LH: indicates Tencent Cloud Lighthouse
Other: Indicates Hybrid cloud machines. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeGeneralStatRequest()
public DescribeGeneralStatRequest(DescribeGeneralStatRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - CVM type
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion - Machine region. Example: ap-guangzhou, ap-shanghaiCopyright © 2025. All rights reserved.