public class GroupStatisticsInfo extends AbstractModel
Constructor and Description |
---|
GroupStatisticsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get Connection group ID
|
String |
getGroupName()
Get Connection group name
|
ProxySimpleInfo[] |
getProxySet()
Get List of connections of a connection group
|
void |
setGroupId(String GroupId)
Set Connection group ID
|
void |
setGroupName(String GroupName)
Set Connection group name
|
void |
setProxySet(ProxySimpleInfo[] ProxySet)
Set List of connections of a connection group
|
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
- Connection group IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Connection group namepublic ProxySimpleInfo[] getProxySet()
public void setProxySet(ProxySimpleInfo[] ProxySet)
ProxySet
- List of connections of a connection groupCopyright © 2020. All rights reserved.