public class DeleteGroupRequest extends AbstractModel
Constructor and Description |
---|
DeleteGroupRequest() |
DeleteGroupRequest(DeleteGroupRequest 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[] |
getGroupIds()
Get 待删除群组ID列表
|
Long |
getSdkAppId()
Get 低代码平台应用ID
|
void |
setGroupIds(String[] GroupIds)
Set 待删除群组ID列表
|
void |
setSdkAppId(Long SdkAppId)
Set 低代码平台应用ID
|
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 DeleteGroupRequest()
public DeleteGroupRequest(DeleteGroupRequest source)
public String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- 待删除群组ID列表public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码平台应用IDCopyright © 2023. All rights reserved.