Class GroupExDescriptionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20200303.models.GroupExDescriptionInfo
-
public class GroupExDescriptionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupExDescription()Get 需要更新的人员库自定义描述字段内容LonggetGroupExDescriptionIndex()Get 人员库自定义描述字段Index,从0开始voidsetGroupExDescription(String GroupExDescription)Set 需要更新的人员库自定义描述字段内容voidsetGroupExDescriptionIndex(Long GroupExDescriptionIndex)Set 人员库自定义描述字段Index,从0开始voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GroupExDescriptionInfo
public GroupExDescriptionInfo()
-
GroupExDescriptionInfo
public 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.
-
-
Method Detail
-
getGroupExDescriptionIndex
public Long getGroupExDescriptionIndex()
Get 人员库自定义描述字段Index,从0开始- Returns:
- GroupExDescriptionIndex 人员库自定义描述字段Index,从0开始
-
setGroupExDescriptionIndex
public void setGroupExDescriptionIndex(Long GroupExDescriptionIndex)
Set 人员库自定义描述字段Index,从0开始- Parameters:
GroupExDescriptionIndex- 人员库自定义描述字段Index,从0开始
-
getGroupExDescription
public String getGroupExDescription()
Get 需要更新的人员库自定义描述字段内容- Returns:
- GroupExDescription 需要更新的人员库自定义描述字段内容
-
setGroupExDescription
public void setGroupExDescription(String GroupExDescription)
Set 需要更新的人员库自定义描述字段内容- Parameters:
GroupExDescription- 需要更新的人员库自定义描述字段内容
-
-