public class OrgNodeChildInfo extends AbstractModel
| Constructor and Description | 
|---|
OrgNodeChildInfo()  | 
OrgNodeChildInfo(OrgNodeChildInfo 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 | 
getCreatedDate()
Get Organization node creation time in ISO 8601 format. 
 | 
String | 
getCustomizedOrgNodeId()
Get External ID of the organization node, which is optional and customizable. 
 | 
String | 
getDataSource()
Get Data source. 
 | 
String | 
getDescription()
Get Organization node description. 
 | 
String | 
getDisplayName()
Get Displayed organization node name, which can contain up to 64 characters and is the same as the organization name by default. 
 | 
String | 
getLastModifiedDate()
Get Last modification time of the organization node in ISO 8601 format. 
 | 
String | 
getOrgNodeId()
Get Organization node ID, which is globally unique. 
 | 
String | 
getParentOrgNodeId()
Get Parent node ID of the current organization node. 
 | 
void | 
setCreatedDate(String CreatedDate)
Set Organization node creation time in ISO 8601 format. 
 | 
void | 
setCustomizedOrgNodeId(String CustomizedOrgNodeId)
Set External ID of the organization node, which is optional and customizable. 
 | 
void | 
setDataSource(String DataSource)
Set Data source. 
 | 
void | 
setDescription(String Description)
Set Organization node description. 
 | 
void | 
setDisplayName(String DisplayName)
Set Displayed organization node name, which can contain up to 64 characters and is the same as the organization name by default. 
 | 
void | 
setLastModifiedDate(String LastModifiedDate)
Set Last modification time of the organization node in ISO 8601 format. 
 | 
void | 
setOrgNodeId(String OrgNodeId)
Set Organization node ID, which is globally unique. 
 | 
void | 
setParentOrgNodeId(String ParentOrgNodeId)
Set Parent node ID of the current organization node. 
 | 
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, toJsonStringpublic OrgNodeChildInfo()
public OrgNodeChildInfo(OrgNodeChildInfo source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Displayed organization node name, which can contain up to 64 characters and is the same as the organization name by default.
Note: this field may return null, indicating that no valid values can be obtained.public String getLastModifiedDate()
public void setLastModifiedDate(String LastModifiedDate)
LastModifiedDate - Last modification time of the organization node in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public String getCustomizedOrgNodeId()
public void setCustomizedOrgNodeId(String CustomizedOrgNodeId)
CustomizedOrgNodeId - External ID of the organization node, which is optional and customizable.
Note: this field may return null, indicating that no valid values can be obtained.public String getParentOrgNodeId()
public void setParentOrgNodeId(String ParentOrgNodeId)
ParentOrgNodeId - Parent node ID of the current organization node.
Note: this field may return null, indicating that no valid values can be obtained.public String getOrgNodeId()
public void setOrgNodeId(String OrgNodeId)
OrgNodeId - Organization node ID, which is globally unique.
Note: this field may return null, indicating that no valid values can be obtained.public String getDataSource()
public void setDataSource(String DataSource)
DataSource - Data source.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - Organization node creation time in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Organization node description.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.