public class ExportLicenseDetailRequest extends AbstractModel
header, skipSign
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 Export month, this parameter is optional only when IsHistory is active.
|
Filters[] |
getFilters()
Get Take the intersection when filtering with multiple conditions: LicenseStatus, DeadlineStatus, ResourceId, and Keywords
LicenseType authorization type.
|
Boolean |
getIsHistory()
Get Whether to export all authorization details
|
Tags[] |
getTags()
Get Tag filtering; filter by the platform's tag capabilities.
|
void |
setExportMonth(String ExportMonth)
Set Export month, this parameter is optional only when IsHistory is active.
|
void |
setFilters(Filters[] Filters)
Set Take the intersection when filtering with multiple conditions: LicenseStatus, DeadlineStatus, ResourceId, and Keywords
LicenseType authorization type.
|
void |
setIsHistory(Boolean IsHistory)
Set Whether to export all authorization details
|
void |
setTags(Tags[] Tags)
Set Tag filtering; filter by the platform's tag capabilities.
|
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, toJsonString
public ExportLicenseDetailRequest()
public ExportLicenseDetailRequest(ExportLicenseDetailRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Take the intersection when filtering with multiple conditions: LicenseStatus, DeadlineStatus, ResourceId, and Keywords
public Boolean getIsHistory()
public void setIsHistory(Boolean IsHistory)
IsHistory
- Whether to export all authorization detailspublic Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- Tag filtering; filter by the platform's tag capabilities. In this case, you should pass in the tag key and tag value as an object.public String getExportMonth()
public void setExportMonth(String ExportMonth)
ExportMonth
- Export month, this parameter is optional only when IsHistory is active.Copyright © 2024. All rights reserved.