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