public class CreateAbnormalProcessRulesExportJobRequest extends AbstractModel
Constructor and Description |
---|
CreateAbnormalProcessRulesExportJobRequest() |
CreateAbnormalProcessRulesExportJobRequest(CreateAbnormalProcessRulesExportJobRequest 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 |
getBy()
Get Sorting field
|
String[] |
getExportField()
Get Fields to export
|
RunTimeFilters[] |
getFilters()
Get Filter conditions
`RuleType` - String - Optional - Rule type
`Status` - String - Optional - Status
|
String |
getOrder()
Get Sorting order
|
void |
setBy(String By)
Set Sorting field
|
void |
setExportField(String[] ExportField)
Set Fields to export
|
void |
setFilters(RunTimeFilters[] Filters)
Set Filter conditions
`RuleType` - String - Optional - Rule type
`Status` - String - Optional - Status
|
void |
setOrder(String Order)
Set Sorting order
|
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 CreateAbnormalProcessRulesExportJobRequest()
public CreateAbnormalProcessRulesExportJobRequest(CreateAbnormalProcessRulesExportJobRequest source)
public RunTimeFilters[] getFilters()
public void setFilters(RunTimeFilters[] Filters)
Filters
- Filter conditions
public String getOrder()
public void setOrder(String Order)
Order
- Sorting orderpublic String getBy()
public void setBy(String By)
By
- Sorting fieldpublic String[] getExportField()
public void setExportField(String[] ExportField)
ExportField
- Fields to exportCopyright © 2023. All rights reserved.