public class ProxyGroupDetail extends AbstractModel
Constructor and Description |
---|
ProxyGroupDetail() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
Get 创建时间
|
String |
getCreateUin()
Get 创建Uin
|
String |
getDnsDefaultIp()
Get 通道组域名解析默认IP
|
String |
getDomain()
Get 通道组域名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupId()
Get 通道组ID
|
String |
getGroupName()
Get 通道名称
|
Boolean |
getIsOldGroup()
Get 是否老通道组,2018-08-03之前创建的通道组为老通道组
|
String |
getOwnerUin()
Get 归属Uin
|
Long |
getProjectId()
Get 项目ID
|
Long |
getProxyNum()
Get 通道组中通道数量
|
RegionDetail |
getRealServerRegionInfo()
Get 目标地域
|
Long |
getStatus()
Get 通道组状态:
0 正常运行
1 创建中
4 销毁中
11 迁移中
|
TagPair[] |
getTagSet()
Get 标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
|
void |
setCreateUin(String CreateUin)
Set 创建Uin
|
void |
setDnsDefaultIp(String DnsDefaultIp)
Set 通道组域名解析默认IP
|
void |
setDomain(String Domain)
Set 通道组域名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupId(String GroupId)
Set 通道组ID
|
void |
setGroupName(String GroupName)
Set 通道名称
|
void |
setIsOldGroup(Boolean IsOldGroup)
Set 是否老通道组,2018-08-03之前创建的通道组为老通道组
|
void |
setOwnerUin(String OwnerUin)
Set 归属Uin
|
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 迁移中
|
void |
setTagSet(TagPair[] TagSet)
Set 标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 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 迁移中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
- 标签列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.