public class NativeGatewayServerGroups extends AbstractModel
header, skipSign
Constructor and Description |
---|
NativeGatewayServerGroups() |
NativeGatewayServerGroups(NativeGatewayServerGroups 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 |
---|---|
NativeGatewayServerGroup[] |
getGatewayGroupList()
Get 分组信息数组。
|
Long |
getTotalCount()
Get 总数
|
void |
setGatewayGroupList(NativeGatewayServerGroup[] GatewayGroupList)
Set 分组信息数组。
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NativeGatewayServerGroups()
public NativeGatewayServerGroups(NativeGatewayServerGroups source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数public NativeGatewayServerGroup[] getGatewayGroupList()
public void setGatewayGroupList(NativeGatewayServerGroup[] GatewayGroupList)
GatewayGroupList
- 分组信息数组。Copyright © 2024. All rights reserved.