Class ExportLicenseDetailRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportLicenseDetailRequest
-
public class ExportLicenseDetailRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportLicenseDetailRequest()ExportLicenseDetailRequest(ExportLicenseDetailRequest 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 StringgetExportMonth()Get 导出月份, 该参数仅在IsHistory 时可选.Filters[]getFilters()Get 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集 LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月 ResourceId 资源IDBooleangetIsHistory()Get 是否导出全部授权详情Tags[]getTags()Get 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象voidsetExportMonth(String ExportMonth)Set 导出月份, 该参数仅在IsHistory 时可选.voidsetFilters(Filters[] Filters)Set 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集 LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月 ResourceId 资源IDvoidsetIsHistory(Boolean IsHistory)Set 是否导出全部授权详情voidsetTags(Tags[] Tags)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
-
ExportLicenseDetailRequest
public ExportLicenseDetailRequest()
-
ExportLicenseDetailRequest
public ExportLicenseDetailRequest(ExportLicenseDetailRequest 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
-
getFilters
public Filters[] getFilters()
Get 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- ResourceId 资源ID
- Returns:
- Filters 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- ResourceId 资源ID
-
setFilters
public void setFilters(Filters[] Filters)
Set 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- ResourceId 资源ID
- Parameters:
Filters- 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- ResourceId 资源ID
-
getIsHistory
public Boolean getIsHistory()
Get 是否导出全部授权详情- Returns:
- IsHistory 是否导出全部授权详情
-
setIsHistory
public void setIsHistory(Boolean IsHistory)
Set 是否导出全部授权详情- Parameters:
IsHistory- 是否导出全部授权详情
-
getTags
public Tags[] getTags()
Get 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象- Returns:
- Tags 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
-
setTags
public void setTags(Tags[] Tags)
Set 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象- Parameters:
Tags- 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
-
getExportMonth
public String getExportMonth()
Get 导出月份, 该参数仅在IsHistory 时可选.- Returns:
- ExportMonth 导出月份, 该参数仅在IsHistory 时可选.
-
setExportMonth
public void setExportMonth(String ExportMonth)
Set 导出月份, 该参数仅在IsHistory 时可选.- Parameters:
ExportMonth- 导出月份, 该参数仅在IsHistory 时可选.
-
-