public class DeleteGroupRequest extends AbstractModel
header, skipSign| 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 The IDs of the groups to delete. | 
| Long | getSdkAppId()Get The SDKAppID assigned by LCIC. | 
| void | setGroupIds(String[] GroupIds)Set The IDs of the groups to delete. | 
| void | setSdkAppId(Long SdkAppId)Set The SDKAppID assigned by LCIC. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteGroupRequest()
public DeleteGroupRequest(DeleteGroupRequest source)
public String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds - The IDs of the groups to delete.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The SDKAppID assigned by LCIC.Copyright © 2024. All rights reserved.