Class DescribeSubOrganizationsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeSubOrganizationsRequest
-
public class DescribeSubOrganizationsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSubOrganizationsRequest()
DescribeSubOrganizationsRequest(DescribeSubOrganizationsRequest 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 Caller
getCaller()
Get 调用方信息String[]
getSubOrganizationIds()
Get 子机构ID数组void
setCaller(Caller Caller)
Set 调用方信息void
setSubOrganizationIds(String[] SubOrganizationIds)
Set 子机构ID数组void
toMap(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
-
DescribeSubOrganizationsRequest
public DescribeSubOrganizationsRequest()
-
DescribeSubOrganizationsRequest
public DescribeSubOrganizationsRequest(DescribeSubOrganizationsRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
getSubOrganizationIds
public String[] getSubOrganizationIds()
Get 子机构ID数组- Returns:
- SubOrganizationIds 子机构ID数组
-
setSubOrganizationIds
public void setSubOrganizationIds(String[] SubOrganizationIds)
Set 子机构ID数组- Parameters:
SubOrganizationIds
- 子机构ID数组
-
-