public class DescribeOrgNodeRequest extends AbstractModel
Constructor and Description |
---|
DescribeOrgNodeRequest() |
DescribeOrgNodeRequest(DescribeOrgNodeRequest 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 |
---|---|
Boolean |
getIncludeOrgNodeChildInfo()
Get Whether to read the information of its sub-nodes.
|
String |
getOrgNodeId()
Get Organization node ID, which is globally unique and can contain up to 64 characters.
|
void |
setIncludeOrgNodeChildInfo(Boolean IncludeOrgNodeChildInfo)
Set Whether to read the information of its sub-nodes.
|
void |
setOrgNodeId(String OrgNodeId)
Set Organization node ID, which is globally unique and can contain up to 64 characters.
|
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 DescribeOrgNodeRequest()
public DescribeOrgNodeRequest(DescribeOrgNodeRequest source)
public String getOrgNodeId()
public void setOrgNodeId(String OrgNodeId)
OrgNodeId
- Organization node ID, which is globally unique and can contain up to 64 characters. If this parameter is left empty, the information of the root organization node will be read by default.public Boolean getIncludeOrgNodeChildInfo()
public void setIncludeOrgNodeChildInfo(Boolean IncludeOrgNodeChildInfo)
IncludeOrgNodeChildInfo
- Whether to read the information of its sub-nodes. When this parameter is left empty or specified as `false`, only the information of the current organization node will be read by default. When it is specified as `true`, the information of the current organization node and its level-1 sub-nodes will be read.Copyright © 2023. All rights reserved.