public class GroupStatisticsInfo extends AbstractModel
header, skipSign
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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GroupStatisticsInfo()
public GroupStatisticsInfo(GroupStatisticsInfo source)
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 © 2024. All rights reserved.