public class ProxyGroupDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyGroupDetail() | 
| ProxyGroupDetail(ProxyGroupDetail 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 | 
|---|---|
| Long[] | getClientIPMethod()Get 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol | 
| Long | getCreateTime()Get 创建时间 | 
| String | getCreateUin()Get 创建Uin | 
| String | getDnsDefaultIp()Get 通道组域名解析默认IP | 
| String | getDomain()Get 通道组域名
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getFeatureBitmap()Get 特性位图,每个bit位代表一种特性,其中:
0,表示不支持该特性;
1,表示支持该特性。
特性位图含义如下(从右往左):
第1个bit,支持4层加速;
第2个bit,支持7层加速;
第3个bit,支持Http3接入;
第4个bit,支持IPv6;
第5个bit,支持精品BGP接入;
第6个bit,支持三网接入;
第7个bit,支持接入段Qos加速。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGroupId()Get 通道组ID | 
| String | getGroupName()Get 通道名称 | 
| Long | getHttp3Supported()Get 支持Http3特性的标识,其中:
0表示关闭;
1表示启用。 | 
| String | getIPAddressVersion()Get IP版本,可取值:IPv4、IPv6,默认值IPv4 | 
| Boolean | getIsOldGroup()Get 是否老通道组,2018-08-03之前创建的通道组为老通道组 | 
| Long | getIsSupportTLSChoice()Get 是否支持设置TLS设置
0表示不支持;
1表示支持。 | 
| String | getOwnerUin()Get 归属Uin | 
| String | getPackageType()Get 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。 | 
| String | getPolicyId()Get 安全策略ID,当设置了安全策略时,存在该字段。 | 
| Long | getProjectId()Get 项目ID | 
| Long | getProxyNum()Get 通道组中通道数量 | 
| RegionDetail | getRealServerRegionInfo()Get 目标地域 | 
| Long | getStatus()Get 通道组状态:
0表示正常运行;
1表示创建中;
4表示销毁中;
11表示迁移中;
12表示部分部署中。 | 
| TagPair[] | getTagSet()Get 标签列表 | 
| String | getVersion()Get 通道组版本 | 
| void | setClientIPMethod(Long[] ClientIPMethod)Set 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol | 
| void | setCreateTime(Long CreateTime)Set 创建时间 | 
| void | setCreateUin(String CreateUin)Set 创建Uin | 
| void | setDnsDefaultIp(String DnsDefaultIp)Set 通道组域名解析默认IP | 
| void | setDomain(String Domain)Set 通道组域名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFeatureBitmap(Long FeatureBitmap)Set 特性位图,每个bit位代表一种特性,其中:
0,表示不支持该特性;
1,表示支持该特性。
特性位图含义如下(从右往左):
第1个bit,支持4层加速;
第2个bit,支持7层加速;
第3个bit,支持Http3接入;
第4个bit,支持IPv6;
第5个bit,支持精品BGP接入;
第6个bit,支持三网接入;
第7个bit,支持接入段Qos加速。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGroupId(String GroupId)Set 通道组ID | 
| void | setGroupName(String GroupName)Set 通道名称 | 
| void | setHttp3Supported(Long Http3Supported)Set 支持Http3特性的标识,其中:
0表示关闭;
1表示启用。 | 
| void | setIPAddressVersion(String IPAddressVersion)Set IP版本,可取值:IPv4、IPv6,默认值IPv4 | 
| void | setIsOldGroup(Boolean IsOldGroup)Set 是否老通道组,2018-08-03之前创建的通道组为老通道组 | 
| void | setIsSupportTLSChoice(Long IsSupportTLSChoice)Set 是否支持设置TLS设置
0表示不支持;
1表示支持。 | 
| void | setOwnerUin(String OwnerUin)Set 归属Uin | 
| void | setPackageType(String PackageType)Set 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。 | 
| void | setPolicyId(String PolicyId)Set 安全策略ID,当设置了安全策略时,存在该字段。 | 
| void | setProjectId(Long ProjectId)Set 项目ID | 
| void | setProxyNum(Long ProxyNum)Set 通道组中通道数量 | 
| void | setRealServerRegionInfo(RegionDetail RealServerRegionInfo)Set 目标地域 | 
| void | setStatus(Long Status)Set 通道组状态:
0表示正常运行;
1表示创建中;
4表示销毁中;
11表示迁移中;
12表示部分部署中。 | 
| void | setTagSet(TagPair[] TagSet)Set 标签列表 | 
| void | setVersion(String Version)Set 通道组版本 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProxyGroupDetail()
public ProxyGroupDetail(ProxyGroupDetail source)
public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - 项目IDpublic Long getProxyNum()
public void setProxyNum(Long ProxyNum)
ProxyNum - 通道组中通道数量public Long getStatus()
public void setStatus(Long Status)
Status - 通道组状态:
0表示正常运行;
1表示创建中;
4表示销毁中;
11表示迁移中;
12表示部分部署中。public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - 归属Uinpublic String getCreateUin()
public void setCreateUin(String CreateUin)
CreateUin - 创建Uinpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName - 通道名称public String getDnsDefaultIp()
public void setDnsDefaultIp(String DnsDefaultIp)
DnsDefaultIp - 通道组域名解析默认IPpublic String getDomain()
public void setDomain(String Domain)
Domain - 通道组域名
注意:此字段可能返回 null,表示取不到有效值。public RegionDetail getRealServerRegionInfo()
public void setRealServerRegionInfo(RegionDetail RealServerRegionInfo)
RealServerRegionInfo - 目标地域public Boolean getIsOldGroup()
public void setIsOldGroup(Boolean IsOldGroup)
IsOldGroup - 是否老通道组,2018-08-03之前创建的通道组为老通道组public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 通道组IDpublic TagPair[] getTagSet()
public void setTagSet(TagPair[] TagSet)
TagSet - 标签列表public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 安全策略ID,当设置了安全策略时,存在该字段。public String getVersion()
public void setVersion(String Version)
Version - 通道组版本public Long[] getClientIPMethod()
public void setClientIPMethod(Long[] ClientIPMethod)
ClientIPMethod - 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocolpublic String getIPAddressVersion()
public void setIPAddressVersion(String IPAddressVersion)
IPAddressVersion - IP版本,可取值:IPv4、IPv6,默认值IPv4public String getPackageType()
public void setPackageType(String PackageType)
PackageType - 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported - 支持Http3特性的标识,其中:
0表示关闭;
1表示启用。public Long getFeatureBitmap()
public void setFeatureBitmap(Long FeatureBitmap)
FeatureBitmap - 特性位图,每个bit位代表一种特性,其中:
0,表示不支持该特性;
1,表示支持该特性。
特性位图含义如下(从右往左):
第1个bit,支持4层加速;
第2个bit,支持7层加速;
第3个bit,支持Http3接入;
第4个bit,支持IPv6;
第5个bit,支持精品BGP接入;
第6个bit,支持三网接入;
第7个bit,支持接入段Qos加速。
注意:此字段可能返回 null,表示取不到有效值。public Long getIsSupportTLSChoice()
public void setIsSupportTLSChoice(Long IsSupportTLSChoice)
IsSupportTLSChoice - 是否支持设置TLS设置
0表示不支持;
1表示支持。Copyright © 2025. All rights reserved.