public class ModifyGroupRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyGroupRequest() |
ModifyGroupRequest(ModifyGroupRequest 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 |
getGroupId()
Get 人体库ID。
|
String |
getGroupName()
Get 人体库名称。
|
String |
getTag()
Get 人体库信息备注。
|
void |
setGroupId(String GroupId)
Set 人体库ID。
|
void |
setGroupName(String GroupName)
Set 人体库名称。
|
void |
setTag(String Tag)
Set 人体库信息备注。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyGroupRequest()
public ModifyGroupRequest(ModifyGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 人体库ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 人体库名称。public String getTag()
public void setTag(String Tag)
Tag
- 人体库信息备注。Copyright © 2023. All rights reserved.