Class DescribeResourceUsageInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.acp.v20220105.models.DescribeResourceUsageInfoRequest
-
public class DescribeResourceUsageInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeResourceUsageInfoRequest()DescribeResourceUsageInfoRequest(DescribeResourceUsageInfoRequest 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 LonggetPlatform()Get 应用平台, 0:androidStringgetPriceName()Get 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)LonggetSource()Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;LonggetTaskType()Get 任务类型, 0:基础版, 1:专家版voidsetPlatform(Long Platform)Set 应用平台, 0:androidvoidsetPriceName(String PriceName)Set 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)voidsetSource(Long Source)Set 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;voidsetTaskType(Long TaskType)Set 任务类型, 0:基础版, 1:专家版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
-
DescribeResourceUsageInfoRequest
public DescribeResourceUsageInfoRequest()
-
DescribeResourceUsageInfoRequest
public DescribeResourceUsageInfoRequest(DescribeResourceUsageInfoRequest 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
-
getPriceName
public String getPriceName()
Get 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)- Returns:
- PriceName 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)
-
setPriceName
public void setPriceName(String PriceName)
Set 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)- Parameters:
PriceName- 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)
-
getTaskType
public Long getTaskType()
Get 任务类型, 0:基础版, 1:专家版- Returns:
- TaskType 任务类型, 0:基础版, 1:专家版
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版- Parameters:
TaskType- 任务类型, 0:基础版, 1:专家版
-
getPlatform
public Long getPlatform()
Get 应用平台, 0:android- Returns:
- Platform 应用平台, 0:android
-
setPlatform
public void setPlatform(Long Platform)
Set 应用平台, 0:android- Parameters:
Platform- 应用平台, 0:android
-
getSource
public Long getSource()
Get 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;- Returns:
- Source 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
-
setSource
public void setSource(Long Source)
Set 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;- Parameters:
Source- 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
-
-