public class DescribeUpstreamInfo extends AbstractModel
Constructor and Description |
---|
DescribeUpstreamInfo() |
DescribeUpstreamInfo(DescribeUpstreamInfo 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 |
getTotalCount()
Get 查询总数
|
UpstreamInfo[] |
getUpstreamSet()
Get 查询列表
|
void |
setTotalCount(Long TotalCount)
Set 查询总数
|
void |
setUpstreamSet(UpstreamInfo[] UpstreamSet)
Set 查询列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeUpstreamInfo()
public DescribeUpstreamInfo(DescribeUpstreamInfo source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 查询总数public UpstreamInfo[] getUpstreamSet()
public void setUpstreamSet(UpstreamInfo[] UpstreamSet)
UpstreamSet
- 查询列表Copyright © 2022. All rights reserved.