Class DescribeInstancesCountResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gs.v20191118.models.DescribeInstancesCountResponse
-
public class DescribeInstancesCountResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInstancesCountResponse()DescribeInstancesCountResponse(DescribeInstancesCountResponse 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 StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetRunning()Get 客户的实例运行数LonggetTotal()Get 客户的实例总数voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetRunning(Long Running)Set 客户的实例运行数voidsetTotal(Long Total)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
-
DescribeInstancesCountResponse
public DescribeInstancesCountResponse()
-
DescribeInstancesCountResponse
public DescribeInstancesCountResponse(DescribeInstancesCountResponse 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
-
getTotal
public Long getTotal()
Get 客户的实例总数- Returns:
- Total 客户的实例总数
-
setTotal
public void setTotal(Long Total)
Set 客户的实例总数- Parameters:
Total- 客户的实例总数
-
getRunning
public Long getRunning()
Get 客户的实例运行数- Returns:
- Running 客户的实例运行数
-
setRunning
public void setRunning(Long Running)
Set 客户的实例运行数- Parameters:
Running- 客户的实例运行数
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-