public class AddOrganizationNodeRequest extends AbstractModel
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 Node name, which can contain up to 40 letters, digits, and symbols `+@&._[]-`.
|
Long |
getParentNodeId()
Get Parent node ID, which can be obtained through the `DescribeOrganizationNodes` API.
|
String |
getRemark()
Get Remarks.
|
void |
setName(String Name)
Set Node name, which can contain up to 40 letters, digits, and symbols `+@&._[]-`.
|
void |
setParentNodeId(Long ParentNodeId)
Set Parent node ID, which can be obtained through the `DescribeOrganizationNodes` API.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AddOrganizationNodeRequest()
public AddOrganizationNodeRequest(AddOrganizationNodeRequest source)
public Long getParentNodeId()
public void setParentNodeId(Long ParentNodeId)
ParentNodeId
- Parent node ID, which can be obtained through the `DescribeOrganizationNodes` API.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 © 2023. All rights reserved.