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 组织单元名字 | 
| Long | getParentNodeId()Get 父组织单元ID | 
| void | setName(String Name)Set 组织单元名字 | 
| void | setParentNodeId(Long ParentNodeId)Set 父组织单元ID | 
| 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 - 父组织单元IDpublic String getName()
public void setName(String Name)
Name - 组织单元名字Copyright © 2025. All rights reserved.