public class ExportLicenseDetailRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getExportMonth()
Get 导出月份, 该参数仅在IsHistory 时可选.
|
Filters[] |
getFilters()
Get 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
ResourceId 资源ID
|
Boolean |
getIsHistory()
Get 是否导出全部授权详情
|
Tags[] |
getTags()
Get 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
void |
setExportMonth(String ExportMonth)
Set 导出月份, 该参数仅在IsHistory 时可选.
|
void |
setFilters(Filters[] Filters)
Set 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
ResourceId 资源ID
|
void |
setIsHistory(Boolean IsHistory)
Set 是否导出全部授权详情
|
void |
setTags(Tags[] Tags)
Set 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExportLicenseDetailRequest()
public ExportLicenseDetailRequest(ExportLicenseDetailRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
public Boolean getIsHistory()
public void setIsHistory(Boolean IsHistory)
IsHistory
- 是否导出全部授权详情public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象public String getExportMonth()
public void setExportMonth(String ExportMonth)
ExportMonth
- 导出月份, 该参数仅在IsHistory 时可选.Copyright © 2022. All rights reserved.