public class GroupStatisticsInfo extends AbstractModel
Constructor and Description |
---|
GroupStatisticsInfo() |
GroupStatisticsInfo(GroupStatisticsInfo 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 |
getGroupId()
Get 通道组ID
|
String |
getGroupName()
Get 通道组名称
|
ProxySimpleInfo[] |
getProxySet()
Get 通道组下通道列表
|
void |
setGroupId(String GroupId)
Set 通道组ID
|
void |
setGroupName(String GroupName)
Set 通道组名称
|
void |
setProxySet(ProxySimpleInfo[] ProxySet)
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 GroupStatisticsInfo()
public GroupStatisticsInfo(GroupStatisticsInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 通道组IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 通道组名称public ProxySimpleInfo[] getProxySet()
public void setProxySet(ProxySimpleInfo[] ProxySet)
ProxySet
- 通道组下通道列表Copyright © 2021. All rights reserved.