public class ExportAssetProcessInfoListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportAssetProcessInfoListRequest() |
ExportAssetProcessInfoListRequest(ExportAssetProcessInfoListRequest 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 method: [FirstTime|StartTime]
|
Filter[] |
getFilters()
Get Filter criteria
Name - String - whether required: no - process name
User - String - whether required: no - Process user
Group - String - whether required: no - Process user group
Pid - uint64 - whether required: no - process ID
Ppid - uint64 - whether required: no - parent process ID
OsType - uint64 - whether required: no - windows/Linux
Status - string - whether required: no - process status:
0: all
1: R executable
2: S interruptible
3: Uninterruptible
RunTimeStart - String - whether required: no - start time of running
RunTimeEnd - String - whether required: no - end time of running
InstallByPackage - uint64 - whether required: no - whether to install via a package: 0 - no; 1 - yes
|
String |
getOrder()
Get Sorting method: asc for ascending order or desc for descending order
|
String |
getQuuid()
Get Query information of a specified QUUID host
|
void |
setBy(String By)
Set Sorting method: [FirstTime|StartTime]
|
void |
setFilters(Filter[] Filters)
Set Filter criteria
Name - String - whether required: no - process name
User - String - whether required: no - Process user
Group - String - whether required: no - Process user group
Pid - uint64 - whether required: no - process ID
Ppid - uint64 - whether required: no - parent process ID
OsType - uint64 - whether required: no - windows/Linux
Status - string - whether required: no - process status:
0: all
1: R executable
2: S interruptible
3: Uninterruptible
RunTimeStart - String - whether required: no - start time of running
RunTimeEnd - String - whether required: no - end time of running
InstallByPackage - uint64 - whether required: no - whether to install via a package: 0 - no; 1 - yes
|
void |
setOrder(String Order)
Set Sorting method: asc for ascending order or desc for descending order
|
void |
setQuuid(String Quuid)
Set Query information of a specified QUUID host
|
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 ExportAssetProcessInfoListRequest()
public ExportAssetProcessInfoListRequest(ExportAssetProcessInfoListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Query information of a specified QUUID hostpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter criteria
public String getOrder()
public void setOrder(String Order)
Order
- Sorting method: asc for ascending order or desc for descending orderpublic String getBy()
public void setBy(String By)
By
- Sorting method: [FirstTime|StartTime]Copyright © 2024. All rights reserved.