public class DescribeActionLibraryListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeActionLibraryListRequest() |
DescribeActionLibraryListRequest(DescribeActionLibraryListRequest 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 |
---|---|
Long[] |
getActionIds()
Get Filter item - action ID
|
Long[] |
getAttribute()
Get Action type.
|
ActionFilter[] |
getFilters()
Get Keyword value {"action name": "a_title", "description": "a_desc", "action type": "a_type", "creation time": "a_create_time", "level-2 type": "a_resource_type"}
|
Long |
getLimit()
Get 0-100
|
Long |
getObjectType()
Get Object type ID
|
Long |
getOffset()
Get Default value: 0
|
void |
setActionIds(Long[] ActionIds)
Set Filter item - action ID
|
void |
setAttribute(Long[] Attribute)
Set Action type.
|
void |
setFilters(ActionFilter[] Filters)
Set Keyword value {"action name": "a_title", "description": "a_desc", "action type": "a_type", "creation time": "a_create_time", "level-2 type": "a_resource_type"}
|
void |
setLimit(Long Limit)
Set 0-100
|
void |
setObjectType(Long ObjectType)
Set Object type ID
|
void |
setOffset(Long Offset)
Set Default value: 0
|
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 DescribeActionLibraryListRequest()
public DescribeActionLibraryListRequest(DescribeActionLibraryListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 0-100public Long getOffset()
public void setOffset(Long Offset)
Offset
- Default value: 0public Long getObjectType()
public void setObjectType(Long ObjectType)
ObjectType
- Object type IDpublic ActionFilter[] getFilters()
public void setFilters(ActionFilter[] Filters)
Filters
- Keyword value {"action name": "a_title", "description": "a_desc", "action type": "a_type", "creation time": "a_create_time", "level-2 type": "a_resource_type"}public Long[] getAttribute()
public void setAttribute(Long[] Attribute)
Attribute
- Action type. 1: fault action; 2: recovery action.public Long[] getActionIds()
public void setActionIds(Long[] ActionIds)
ActionIds
- Filter item - action IDCopyright © 2024. All rights reserved.