public class CreateTeamRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateTeamRequest() |
CreateTeamRequest(CreateTeamRequest 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 |
getAdminUserId()
Get Administrator name
|
String |
getPlatformId()
Get Platform ID, required for API call
|
String |
getRelatedTeamId()
Get Associated team ID
|
String |
getRemark()
Get Remarks
|
String |
getTeamName()
Get Team name
|
Long[] |
getTeamRoleTypeList()
Get Permission assigned to the team.
|
void |
setAdminUserId(String AdminUserId)
Set Administrator name
|
void |
setPlatformId(String PlatformId)
Set Platform ID, required for API call
|
void |
setRelatedTeamId(String RelatedTeamId)
Set Associated team ID
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setTeamName(String TeamName)
Set Team name
|
void |
setTeamRoleTypeList(Long[] TeamRoleTypeList)
Set Permission assigned to the team.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateTeamRequest()
public CreateTeamRequest(CreateTeamRequest source)
public String getTeamName()
public void setTeamName(String TeamName)
TeamName
- Team namepublic String getAdminUserId()
public void setAdminUserId(String AdminUserId)
AdminUserId
- Administrator namepublic Long[] getTeamRoleTypeList()
public void setTeamRoleTypeList(Long[] TeamRoleTypeList)
TeamRoleTypeList
- Permission assigned to the team. 1: Mini program; 2: Application (only one of these types is supported)public String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId
- Platform ID, required for API callpublic String getRelatedTeamId()
public void setRelatedTeamId(String RelatedTeamId)
RelatedTeamId
- Associated team IDCopyright © 2025. All rights reserved.