public class InheritedForm extends AbstractModel
Constructor and Description |
---|
InheritedForm() |
InheritedForm(InheritedForm 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[] |
getOrgNodeIds()
Get 用户所在的机构节点ID列表。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getUserGroupIds()
Get 用户所在的用户组ID列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrgNodeIds(String[] OrgNodeIds)
Set 用户所在的机构节点ID列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserGroupIds(String[] UserGroupIds)
Set 用户所在的用户组ID列表。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public InheritedForm()
public InheritedForm(InheritedForm source)
public String[] getUserGroupIds()
public void setUserGroupIds(String[] UserGroupIds)
UserGroupIds
- 用户所在的用户组ID列表。
注意:此字段可能返回 null,表示取不到有效值。public String[] getOrgNodeIds()
public void setOrgNodeIds(String[] OrgNodeIds)
OrgNodeIds
- 用户所在的机构节点ID列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.