public class DescribeProcedureTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeProcedureTemplatesRequest() |
DescribeProcedureTemplatesRequest(DescribeProcedureTemplatesRequest 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 |
getLimit()
Get Number of returned entries.
|
String[] |
getNames()
Get Name filter of task flow template.
|
Long |
getOffset()
Get Pagination offset.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
String |
getType()
Get Filter of task flow template types.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setNames(String[] Names)
Set Name filter of task flow template.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setType(String Type)
Set Filter of task flow template types.
|
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 DescribeProcedureTemplatesRequest()
public DescribeProcedureTemplatesRequest(DescribeProcedureTemplatesRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public String[] getNames()
public void setNames(String[] Names)
Names
- Name filter of task flow template. Array length limit: 100.public String getType()
public void setType(String Type)
Type
- Filter of task flow template types. Valid values:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned entries. Default value: 10. Maximum value: 100.Copyright © 2023. All rights reserved.