public class ModifyAgentGroupRequest extends AbstractModel
Constructor and Description |
---|
ModifyAgentGroupRequest() |
ModifyAgentGroupRequest(ModifyAgentGroupRequest 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 |
---|---|
CatAgent[] |
getAgents()
Get Province, Isp 需要成对地进行选择。参数对的取值范围。参见:DescribeAgents 的返回结果。
|
Long |
getGroupId()
Get 拨测分组ID
|
String |
getGroupName()
Get 拨测分组名称
|
Long |
getIsDefault()
Get 是否为默认分组。取值可为0,1。取 1 时表示设置为默认分组
|
void |
setAgents(CatAgent[] Agents)
Set Province, Isp 需要成对地进行选择。参数对的取值范围。参见:DescribeAgents 的返回结果。
|
void |
setGroupId(Long GroupId)
Set 拨测分组ID
|
void |
setGroupName(String GroupName)
Set 拨测分组名称
|
void |
setIsDefault(Long IsDefault)
Set 是否为默认分组。取值可为0,1。取 1 时表示设置为默认分组
|
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 ModifyAgentGroupRequest()
public ModifyAgentGroupRequest(ModifyAgentGroupRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 拨测分组IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 拨测分组名称public Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault
- 是否为默认分组。取值可为0,1。取 1 时表示设置为默认分组public CatAgent[] getAgents()
public void setAgents(CatAgent[] Agents)
Agents
- Province, Isp 需要成对地进行选择。参数对的取值范围。参见:DescribeAgents 的返回结果。Copyright © 2022. All rights reserved.