public class DescribeMicroservicesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeMicroservicesRequest() |
DescribeMicroservicesRequest(DescribeMicroservicesRequest 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 分页个数
|
String[] |
getMicroserviceIdList()
Get IdList
|
String[] |
getMicroserviceNameList()
Get 搜索的服务名列表
|
String |
getNamespaceId()
Get 命名空间ID
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderBy()
Get 排序字段
|
Long |
getOrderType()
Get 排序类型
|
String |
getSearchWord()
Get 搜索字段
|
String[] |
getStatus()
Get 状态过滤,online、offline、single_online
|
void |
setLimit(Long Limit)
Set 分页个数
|
void |
setMicroserviceIdList(String[] MicroserviceIdList)
Set IdList
|
void |
setMicroserviceNameList(String[] MicroserviceNameList)
Set 搜索的服务名列表
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间ID
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderBy(String OrderBy)
Set 排序字段
|
void |
setOrderType(Long OrderType)
Set 排序类型
|
void |
setSearchWord(String SearchWord)
Set 搜索字段
|
void |
setStatus(String[] Status)
Set 状态过滤,online、offline、single_online
|
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 DescribeMicroservicesRequest()
public DescribeMicroservicesRequest(DescribeMicroservicesRequest source)
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间IDpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索字段public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 排序类型public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数public String[] getStatus()
public void setStatus(String[] Status)
Status
- 状态过滤,online、offline、single_onlinepublic String[] getMicroserviceIdList()
public void setMicroserviceIdList(String[] MicroserviceIdList)
MicroserviceIdList
- IdListpublic String[] getMicroserviceNameList()
public void setMicroserviceNameList(String[] MicroserviceNameList)
MicroserviceNameList
- 搜索的服务名列表Copyright © 2023. All rights reserved.