public class DescribeNativeGatewayServiceSourcesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNativeGatewayServiceSourcesRequest() |
DescribeNativeGatewayServiceSourcesRequest(DescribeNativeGatewayServiceSourcesRequest 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 |
getGatewayID()
Get 网关实例ID
|
Long |
getLimit()
Get 单页条数,最大100
|
Long |
getOffset()
Get 分页偏移量
|
String |
getOrderField()
Get 排序字段类型,当前仅支持SourceName
|
String |
getOrderType()
Get 排序类型,AES/DESC
|
String |
getSourceName()
Get 服务来源实例名称,模糊搜索
|
String[] |
getSourceTypes()
Get 微服务引擎类型:TSE-Nacos|TSE-Consul|TSE-PolarisMesh|Customer-Nacos|Customer-Consul|Customer-PolarisMesh
|
void |
setGatewayID(String GatewayID)
Set 网关实例ID
|
void |
setLimit(Long Limit)
Set 单页条数,最大100
|
void |
setOffset(Long Offset)
Set 分页偏移量
|
void |
setOrderField(String OrderField)
Set 排序字段类型,当前仅支持SourceName
|
void |
setOrderType(String OrderType)
Set 排序类型,AES/DESC
|
void |
setSourceName(String SourceName)
Set 服务来源实例名称,模糊搜索
|
void |
setSourceTypes(String[] SourceTypes)
Set 微服务引擎类型:TSE-Nacos|TSE-Consul|TSE-PolarisMesh|Customer-Nacos|Customer-Consul|Customer-PolarisMesh
|
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 DescribeNativeGatewayServiceSourcesRequest()
public DescribeNativeGatewayServiceSourcesRequest(DescribeNativeGatewayServiceSourcesRequest source)
public String getGatewayID()
public void setGatewayID(String GatewayID)
GatewayID
- 网关实例IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页条数,最大100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量public String getSourceName()
public void setSourceName(String SourceName)
SourceName
- 服务来源实例名称,模糊搜索public String[] getSourceTypes()
public void setSourceTypes(String[] SourceTypes)
SourceTypes
- 微服务引擎类型:TSE-Nacos|TSE-Consul|TSE-PolarisMesh|Customer-Nacos|Customer-Consul|Customer-PolarisMeshpublic String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 排序字段类型,当前仅支持SourceNamepublic String getOrderType()
public void setOrderType(String OrderType)
OrderType
- 排序类型,AES/DESCCopyright © 2025. All rights reserved.