Class DeleteGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.DeleteGroupRequest
-
public class DeleteGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getGroupIds()Get 待删除群组ID列表LonggetSdkAppId()Get 低代码平台应用IDvoidsetGroupIds(String[] GroupIds)Set 待删除群组ID列表voidsetSdkAppId(Long SdkAppId)Set 低代码平台应用IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteGroupRequest
public DeleteGroupRequest()
-
DeleteGroupRequest
public 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.
-
-
Method Detail
-
getGroupIds
public String[] getGroupIds()
Get 待删除群组ID列表- Returns:
- GroupIds 待删除群组ID列表
-
setGroupIds
public void setGroupIds(String[] GroupIds)
Set 待删除群组ID列表- Parameters:
GroupIds- 待删除群组ID列表
-
getSdkAppId
public Long getSdkAppId()
Get 低代码平台应用ID- Returns:
- SdkAppId 低代码平台应用ID
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码平台应用ID- Parameters:
SdkAppId- 低代码平台应用ID
-
-