public class WorkGroupMessage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| WorkGroupMessage() | 
| WorkGroupMessage(WorkGroupMessage 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 | getCreateTime()Get The creation time of the working group, e.g. | 
| String | getCreator()Get Creator | 
| String | getWorkGroupDescription()Get Working group description
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getWorkGroupId()Get Unique ID of the working group | 
| String | getWorkGroupName()Get Working group name | 
| void | setCreateTime(String CreateTime)Set The creation time of the working group, e.g. | 
| void | setCreator(String Creator)Set Creator | 
| void | setWorkGroupDescription(String WorkGroupDescription)Set Working group description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setWorkGroupId(Long WorkGroupId)Set Unique ID of the working group | 
| void | setWorkGroupName(String WorkGroupName)Set Working 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 WorkGroupMessage()
public WorkGroupMessage(WorkGroupMessage source)
public Long getWorkGroupId()
public void setWorkGroupId(Long WorkGroupId)
WorkGroupId - Unique ID of the working grouppublic String getWorkGroupName()
public void setWorkGroupName(String WorkGroupName)
WorkGroupName - Working group namepublic String getWorkGroupDescription()
public void setWorkGroupDescription(String WorkGroupDescription)
WorkGroupDescription - Working group description
Note: This field may return null, indicating that no valid values can be obtained.public String getCreator()
public void setCreator(String Creator)
Creator - Creatorpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time of the working group, e.g. at 16:19:32 on Jul 28, 2021Copyright © 2025. All rights reserved.