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 账号组ID。 | 
| String | getCreatedDate()Get 创建时间。 | 
| String | getDescription()Get 备注。 | 
| String | getGroupName()Get 账号组名。 | 
| void | setAccountGroupId(String AccountGroupId)Set 账号组ID。 | 
| void | setCreatedDate(String CreatedDate)Set 创建时间。 | 
| void | setDescription(String Description)Set 备注。 | 
| void | setGroupName(String GroupName)Set 账号组名。 | 
| 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 - 账号组ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 账号组名。public String getDescription()
public void setDescription(String Description)
Description - 备注。public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - 创建时间。Copyright © 2025. All rights reserved.