public class ModifyRecordGroupRequest extends AbstractModel
Constructor and Description |
---|
ModifyRecordGroupRequest() |
ModifyRecordGroupRequest(ModifyRecordGroupRequest 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 |
---|---|
String |
getDomain()
Get Domain
|
Long |
getDomainId()
Get The domain ID.
|
Long |
getGroupId()
Get ID of the group to be modified
|
String |
getGroupName()
Get Group name
|
void |
setDomain(String Domain)
Set Domain
|
void |
setDomainId(Long DomainId)
Set The domain ID.
|
void |
setGroupId(Long GroupId)
Set ID of the group to be modified
|
void |
setGroupName(String GroupName)
Set Group name
|
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 ModifyRecordGroupRequest()
public ModifyRecordGroupRequest(ModifyRecordGroupRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domainpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Group namepublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- ID of the group to be modifiedpublic Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored.Copyright © 2023. All rights reserved.