public class OrgNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OrgNode()  | 
OrgNode(OrgNode 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 | 
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getNodeId()
Get Organization node ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getParentNodeId()
Get Parent node ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRemark()
Get Remarks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Tag[] | 
getTags()
Get Member tag list. 
 | 
String | 
getUpdateTime()
Get Update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setNodeId(Long NodeId)
Set Organization node ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setParentNodeId(Long ParentNodeId)
Set Parent node ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRemark(String Remark)
Set Remarks
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTags(Tag[] Tags)
Set Member tag list. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 OrgNode()
public OrgNode(OrgNode source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId - Organization node ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Name
Note: This field may return null, indicating that no valid values can be obtained.public Long getParentNodeId()
public void setParentNodeId(Long ParentNodeId)
ParentNodeId - Parent node ID
Note: This field may return null, indicating that no valid values can be obtained.public String getRemark()
public void setRemark(String Remark)
Remark - Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time
Note: This field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Member tag list.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.