public class IntegrationDepartment extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntegrationDepartment() | 
| IntegrationDepartment(IntegrationDepartment 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 | getDeptId()Get 部门ID。 | 
| String | getDeptName()Get 部门名。 | 
| String | getDeptOpenId()Get 客户系统部门ID | 
| Long | getOrderNo()Get 序列号。 | 
| String | getParentDeptId()Get 父部门ID | 
| void | setDeptId(String DeptId)Set 部门ID。 | 
| void | setDeptName(String DeptName)Set 部门名。 | 
| void | setDeptOpenId(String DeptOpenId)Set 客户系统部门ID | 
| void | setOrderNo(Long OrderNo)Set 序列号。 | 
| void | setParentDeptId(String ParentDeptId)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 IntegrationDepartment()
public IntegrationDepartment(IntegrationDepartment source)
public String getDeptId()
public void setDeptId(String DeptId)
DeptId - 部门ID。public String getDeptName()
public void setDeptName(String DeptName)
DeptName - 部门名。public String getParentDeptId()
public void setParentDeptId(String ParentDeptId)
ParentDeptId - 父部门IDpublic String getDeptOpenId()
public void setDeptOpenId(String DeptOpenId)
DeptOpenId - 客户系统部门IDpublic Long getOrderNo()
public void setOrderNo(Long OrderNo)
OrderNo - 序列号。Copyright © 2025. All rights reserved.