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。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeptName()
Get 部门名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeptOpenId()
Get 客户系统部门ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOrderNo()
Get 序列号。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParentDeptId()
Get 父部门ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeptId(String DeptId)
Set 部门ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeptName(String DeptName)
Set 部门名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeptOpenId(String DeptOpenId)
Set 客户系统部门ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrderNo(Long OrderNo)
Set 序列号。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentDeptId(String ParentDeptId)
Set 父部门ID
注意:此字段可能返回 null,表示取不到有效值。
|
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 IntegrationDepartment()
public IntegrationDepartment(IntegrationDepartment source)
public String getDeptId()
public void setDeptId(String DeptId)
DeptId
- 部门ID。
注意:此字段可能返回 null,表示取不到有效值。public String getDeptName()
public void setDeptName(String DeptName)
DeptName
- 部门名。
注意:此字段可能返回 null,表示取不到有效值。public String getParentDeptId()
public void setParentDeptId(String ParentDeptId)
ParentDeptId
- 父部门ID
注意:此字段可能返回 null,表示取不到有效值。public String getDeptOpenId()
public void setDeptOpenId(String DeptOpenId)
DeptOpenId
- 客户系统部门ID
注意:此字段可能返回 null,表示取不到有效值。public Long getOrderNo()
public void setOrderNo(Long OrderNo)
OrderNo
- 序列号。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.