public class AddOrganizationNodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddOrganizationNodeRequest() | 
| AddOrganizationNodeRequest(AddOrganizationNodeRequest 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 | getName()Get 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]- | 
| Long | getParentNodeId()Get 父节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取 | 
| String | getRemark()Get 备注。 | 
| Tag[] | getTags()Get 部门标签列表。最大10个 | 
| void | setName(String Name)Set 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]- | 
| void | setParentNodeId(Long ParentNodeId)Set 父节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取 | 
| void | setRemark(String Remark)Set 备注。 | 
| void | setTags(Tag[] Tags)Set 部门标签列表。最大10个 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddOrganizationNodeRequest()
public AddOrganizationNodeRequest(AddOrganizationNodeRequest source)
public Long getParentNodeId()
public void setParentNodeId(Long ParentNodeId)
ParentNodeId - 父节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取public String getName()
public void setName(String Name)
Name - 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-public String getRemark()
public void setRemark(String Remark)
Remark - 备注。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 部门标签列表。最大10个Copyright © 2025. All rights reserved.