public class GroupStatisticsInfo extends AbstractModel
Constructor and Description |
---|
GroupStatisticsInfo() |
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 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 © 2020. All rights reserved.