public class DescribeInterfaceListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInterfaceListRequest() |
DescribeInterfaceListRequest(DescribeInterfaceListRequest 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 |
getApplicationToken()
Get 应用token
|
String |
getKeyword()
Get 查询关键字
|
Long |
getPageNumber()
Get 请求页号
|
Long |
getPageSize()
Get 请求页容量,默认全量返回
|
Long[] |
getStyle()
Get 接口方式 1.http 2消息通知服务
|
Long[] |
getType()
Get 接口分类0.
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setKeyword(String Keyword)
Set 查询关键字
|
void |
setPageNumber(Long PageNumber)
Set 请求页号
|
void |
setPageSize(Long PageSize)
Set 请求页容量,默认全量返回
|
void |
setStyle(Long[] Style)
Set 接口方式 1.http 2消息通知服务
|
void |
setType(Long[] Type)
Set 接口分类0.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInterfaceListRequest()
public DescribeInterfaceListRequest(DescribeInterfaceListRequest source)
public String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 请求页号public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 请求页容量,默认全量返回public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键字public Long[] getStyle()
public void setStyle(Long[] Style)
Style
- 接口方式 1.http 2消息通知服务public Long[] getType()
public void setType(Long[] Type)
Type
- 接口分类0. 其他服务 1. IOT服务 2. 空间服务 3.微应用服务 4.场景服务 5.AI算法服务 6.任务算法服务 7.第三方服务 8.3DTiles服务Copyright © 2024. All rights reserved.