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 创建时间
|
String |
getName()
Get 名称
|
Long |
getNodeId()
Get 组织节点ID
|
Long |
getParentNodeId()
Get 父节点ID
|
String |
getRemark()
Get 备注
|
Tag[] |
getTags()
Get 成员标签列表
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setName(String Name)
Set 名称
|
void |
setNodeId(Long NodeId)
Set 组织节点ID
|
void |
setParentNodeId(Long ParentNodeId)
Set 父节点ID
|
void |
setRemark(String Remark)
Set 备注
|
void |
setTags(Tag[] Tags)
Set 成员标签列表
|
void |
setUpdateTime(String UpdateTime)
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, toJsonString
public OrgNode()
public OrgNode(OrgNode source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 组织节点IDpublic String getName()
public void setName(String Name)
Name
- 名称public Long getParentNodeId()
public void setParentNodeId(Long ParentNodeId)
ParentNodeId
- 父节点IDpublic String getRemark()
public void setRemark(String Remark)
Remark
- 备注public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 成员标签列表Copyright © 2025. All rights reserved.