public class DescribeApiGroupsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeApiGroupsRequest() |
DescribeApiGroupsRequest(DescribeApiGroupsRequest 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 |
getAuthType()
Get 鉴权类型。 secret: 密钥鉴权; none:无鉴权
|
String |
getGatewayInstanceId()
Get 网关实体ID
|
String |
getGroupType()
Get 分组类型。 ms: 微服务分组; external:外部Api分组
|
Long |
getLimit()
Get 每页条数,默认为20
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getOrderBy()
Get 排序字段:"created_time"或"group_context"
|
Long |
getOrderType()
Get 排序类型:0(ASC)或1(DESC)
|
String |
getSearchWord()
Get 搜索关键字
|
String |
getStatus()
Get 发布状态, drafted: 未发布。 released: 发布
|
void |
setAuthType(String AuthType)
Set 鉴权类型。 secret: 密钥鉴权; none:无鉴权
|
void |
setGatewayInstanceId(String GatewayInstanceId)
Set 网关实体ID
|
void |
setGroupType(String GroupType)
Set 分组类型。 ms: 微服务分组; external:外部Api分组
|
void |
setLimit(Long Limit)
Set 每页条数,默认为20
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrderBy(String OrderBy)
Set 排序字段:"created_time"或"group_context"
|
void |
setOrderType(Long OrderType)
Set 排序类型:0(ASC)或1(DESC)
|
void |
setSearchWord(String SearchWord)
Set 搜索关键字
|
void |
setStatus(String Status)
Set 发布状态, drafted: 未发布。 released: 发布
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeApiGroupsRequest()
public DescribeApiGroupsRequest(DescribeApiGroupsRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数,默认为20public String getGroupType()
public void setGroupType(String GroupType)
GroupType
- 分组类型。 ms: 微服务分组; external:外部Api分组public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- 鉴权类型。 secret: 密钥鉴权; none:无鉴权public String getStatus()
public void setStatus(String Status)
Status
- 发布状态, drafted: 未发布。 released: 发布public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段:"created_time"或"group_context"public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 排序类型:0(ASC)或1(DESC)public String getGatewayInstanceId()
public void setGatewayInstanceId(String GatewayInstanceId)
GatewayInstanceId
- 网关实体IDCopyright © 2023. All rights reserved.