Class DescribeApiGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeApiGroupsRequest
-
public class DescribeApiGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthType()Get 鉴权类型。 secret: 密钥鉴权; none:无鉴权StringgetGatewayInstanceId()Get 网关实体IDStringgetGroupType()Get 分组类型。 ms: 微服务分组; external:外部Api分组LonggetLimit()Get 每页条数,默认为20LonggetOffset()Get 偏移量,默认为0StringgetOrderBy()Get 排序字段:"created_time"或"group_context"LonggetOrderType()Get 排序类型:0(ASC)或1(DESC)StringgetSearchWord()Get 搜索关键字StringgetStatus()Get 发布状态, drafted: 未发布。 released: 发布voidsetAuthType(String AuthType)Set 鉴权类型。 secret: 密钥鉴权; none:无鉴权voidsetGatewayInstanceId(String GatewayInstanceId)Set 网关实体IDvoidsetGroupType(String GroupType)Set 分组类型。 ms: 微服务分组; external:外部Api分组voidsetLimit(Long Limit)Set 每页条数,默认为20voidsetOffset(Long Offset)Set 偏移量,默认为0voidsetOrderBy(String OrderBy)Set 排序字段:"created_time"或"group_context"voidsetOrderType(Long OrderType)Set 排序类型:0(ASC)或1(DESC)voidsetSearchWord(String SearchWord)Set 搜索关键字voidsetStatus(String Status)Set 发布状态, drafted: 未发布。 released: 发布voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeApiGroupsRequest
public DescribeApiGroupsRequest()
-
DescribeApiGroupsRequest
public 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.
-
-
Method Detail
-
getSearchWord
public String getSearchWord()
Get 搜索关键字- Returns:
- SearchWord 搜索关键字
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索关键字- Parameters:
SearchWord- 搜索关键字
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 每页条数,默认为20- Returns:
- Limit 每页条数,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 每页条数,默认为20- Parameters:
Limit- 每页条数,默认为20
-
getGroupType
public String getGroupType()
Get 分组类型。 ms: 微服务分组; external:外部Api分组- Returns:
- GroupType 分组类型。 ms: 微服务分组; external:外部Api分组
-
setGroupType
public void setGroupType(String GroupType)
Set 分组类型。 ms: 微服务分组; external:外部Api分组- Parameters:
GroupType- 分组类型。 ms: 微服务分组; external:外部Api分组
-
getAuthType
public String getAuthType()
Get 鉴权类型。 secret: 密钥鉴权; none:无鉴权- Returns:
- AuthType 鉴权类型。 secret: 密钥鉴权; none:无鉴权
-
setAuthType
public void setAuthType(String AuthType)
Set 鉴权类型。 secret: 密钥鉴权; none:无鉴权- Parameters:
AuthType- 鉴权类型。 secret: 密钥鉴权; none:无鉴权
-
getStatus
public String getStatus()
Get 发布状态, drafted: 未发布。 released: 发布- Returns:
- Status 发布状态, drafted: 未发布。 released: 发布
-
setStatus
public void setStatus(String Status)
Set 发布状态, drafted: 未发布。 released: 发布- Parameters:
Status- 发布状态, drafted: 未发布。 released: 发布
-
getOrderBy
public String getOrderBy()
Get 排序字段:"created_time"或"group_context"- Returns:
- OrderBy 排序字段:"created_time"或"group_context"
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 排序字段:"created_time"或"group_context"- Parameters:
OrderBy- 排序字段:"created_time"或"group_context"
-
getOrderType
public Long getOrderType()
Get 排序类型:0(ASC)或1(DESC)- Returns:
- OrderType 排序类型:0(ASC)或1(DESC)
-
setOrderType
public void setOrderType(Long OrderType)
Set 排序类型:0(ASC)或1(DESC)- Parameters:
OrderType- 排序类型:0(ASC)或1(DESC)
-
getGatewayInstanceId
public String getGatewayInstanceId()
Get 网关实体ID- Returns:
- GatewayInstanceId 网关实体ID
-
setGatewayInstanceId
public void setGatewayInstanceId(String GatewayInstanceId)
Set 网关实体ID- Parameters:
GatewayInstanceId- 网关实体ID
-
-