public class ListCloudNativeAPIGatewayStrategyResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListCloudNativeAPIGatewayStrategyResult() |
ListCloudNativeAPIGatewayStrategyResult(ListCloudNativeAPIGatewayStrategyResult 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 |
---|---|
CloudNativeAPIGatewayStrategy[] |
getStrategyList()
Get 云原生API网关实例策略列表。
|
Long |
getTotalCount()
Get 总数。
|
void |
setStrategyList(CloudNativeAPIGatewayStrategy[] StrategyList)
Set 云原生API网关实例策略列表。
|
void |
setTotalCount(Long TotalCount)
Set 总数。
|
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 ListCloudNativeAPIGatewayStrategyResult()
public ListCloudNativeAPIGatewayStrategyResult(ListCloudNativeAPIGatewayStrategyResult source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数。public CloudNativeAPIGatewayStrategy[] getStrategyList()
public void setStrategyList(CloudNativeAPIGatewayStrategy[] StrategyList)
StrategyList
- 云原生API网关实例策略列表。Copyright © 2024. All rights reserved.