public class UpdateOrganizationNodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateOrganizationNodeRequest() | 
| UpdateOrganizationNodeRequest(UpdateOrganizationNodeRequest 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 | getNodeId()Get 节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取 | 
| String | getRemark()Get 备注。 | 
| void | setName(String Name)Set 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]- | 
| void | setNodeId(Long NodeId)Set 节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取 | 
| void | setRemark(String Remark)Set 备注。 | 
| 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 UpdateOrganizationNodeRequest()
public UpdateOrganizationNodeRequest(UpdateOrganizationNodeRequest source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId - 节点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 - 备注。Copyright © 2025. All rights reserved.