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 Node name, which can contain up to 40 letters, digits, and symbols `+@&._[]-`. 
 | 
Long | 
getNodeId()
Get Node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1). 
 | 
String | 
getRemark()
Get Remarks. 
 | 
void | 
setName(String Name)
Set Node name, which can contain up to 40 letters, digits, and symbols `+@&._[]-`. 
 | 
void | 
setNodeId(Long NodeId)
Set Node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1). 
 | 
void | 
setRemark(String Remark)
Set Remarks. 
 | 
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 - Node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1).public String getName()
public void setName(String Name)
Name - Node name, which can contain up to 40 letters, digits, and symbols `+@&._[]-`.public String getRemark()
public void setRemark(String Remark)
Remark - Remarks.Copyright © 2025. All rights reserved.