Class GroupStatisticsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.GroupStatisticsInfo
-
public class GroupStatisticsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 通道组IDStringgetGroupName()Get 通道组名称ProxySimpleInfo[]getProxySet()Get 通道组下通道列表voidsetGroupId(String GroupId)Set 通道组IDvoidsetGroupName(String GroupName)Set 通道组名称voidsetProxySet(ProxySimpleInfo[] ProxySet)Set 通道组下通道列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GroupStatisticsInfo
public GroupStatisticsInfo()
-
GroupStatisticsInfo
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 通道组ID- Returns:
- GroupId 通道组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 通道组ID- Parameters:
GroupId- 通道组ID
-
getGroupName
public String getGroupName()
Get 通道组名称- Returns:
- GroupName 通道组名称
-
setGroupName
public void setGroupName(String GroupName)
Set 通道组名称- Parameters:
GroupName- 通道组名称
-
getProxySet
public ProxySimpleInfo[] getProxySet()
Get 通道组下通道列表- Returns:
- ProxySet 通道组下通道列表
-
setProxySet
public void setProxySet(ProxySimpleInfo[] ProxySet)
Set 通道组下通道列表- Parameters:
ProxySet- 通道组下通道列表
-
-