public class GroupExDescriptionInfo extends AbstractModel
Constructor and Description |
---|
GroupExDescriptionInfo() |
GroupExDescriptionInfo(GroupExDescriptionInfo 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 |
getGroupExDescription()
Get 需要更新的人员库自定义描述字段内容
|
Long |
getGroupExDescriptionIndex()
Get 人员库自定义描述字段Index,从0开始
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupExDescription(String GroupExDescription)
Set 需要更新的人员库自定义描述字段内容
|
void |
setGroupExDescriptionIndex(Long GroupExDescriptionIndex)
Set 人员库自定义描述字段Index,从0开始
注意:此字段可能返回 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 GroupExDescriptionInfo()
public GroupExDescriptionInfo(GroupExDescriptionInfo source)
public Long getGroupExDescriptionIndex()
public void setGroupExDescriptionIndex(Long GroupExDescriptionIndex)
GroupExDescriptionIndex
- 人员库自定义描述字段Index,从0开始
注意:此字段可能返回 null,表示取不到有效值。public String getGroupExDescription()
public void setGroupExDescription(String GroupExDescription)
GroupExDescription
- 需要更新的人员库自定义描述字段内容Copyright © 2021. All rights reserved.