public class DetectorGroup extends AbstractModel
header, skipSign
Constructor and Description |
---|
DetectorGroup() |
DetectorGroup(DetectorGroup 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 |
getGid()
Get 线路组id GroupLineId
|
String |
getGroupName()
Get 组名
|
String |
getGroupType()
Get bgp, international, isp
|
String |
getInternetFamily()
Get ipv4, ipv6
|
String[] |
getPackageSet()
Get 支持的套餐类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGid(Long Gid)
Set 线路组id GroupLineId
|
void |
setGroupName(String GroupName)
Set 组名
|
void |
setGroupType(String GroupType)
Set bgp, international, isp
|
void |
setInternetFamily(String InternetFamily)
Set ipv4, ipv6
|
void |
setPackageSet(String[] PackageSet)
Set 支持的套餐类型
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public DetectorGroup()
public DetectorGroup(DetectorGroup source)
public Long getGid()
public void setGid(Long Gid)
Gid
- 线路组id GroupLineIdpublic String getGroupType()
public void setGroupType(String GroupType)
GroupType
- bgp, international, isppublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 组名public String getInternetFamily()
public void setInternetFamily(String InternetFamily)
InternetFamily
- ipv4, ipv6public String[] getPackageSet()
public void setPackageSet(String[] PackageSet)
PackageSet
- 支持的套餐类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.