public class AccountGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AccountGroupInfo()  | 
AccountGroupInfo(AccountGroupInfo 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 | 
getAccountGroupId()
Get Account group ID. 
 | 
String | 
getCreatedDate()
Get Creation time. 
 | 
String | 
getDescription()
Get Remarks. 
 | 
String | 
getGroupName()
Get Account group name. 
 | 
void | 
setAccountGroupId(String AccountGroupId)
Set Account group ID. 
 | 
void | 
setCreatedDate(String CreatedDate)
Set Creation time. 
 | 
void | 
setDescription(String Description)
Set Remarks. 
 | 
void | 
setGroupName(String GroupName)
Set Account group name. 
 | 
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 AccountGroupInfo()
public AccountGroupInfo(AccountGroupInfo source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId - Account group ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Account group name.public String getDescription()
public void setDescription(String Description)
Description - Remarks.public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - Creation time.Copyright © 2025. All rights reserved.