Class CreateRoleResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.CreateRoleResponse
-
public class CreateRoleResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateRoleResponse()CreateRoleResponse(CreateRoleResponse 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 EnvironmentRoleSet[]getEnvironmentRoleSets()Get 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get 备注说明 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetRoleName()Get 角色名称StringgetToken()Get 角色tokenvoidsetEnvironmentRoleSets(EnvironmentRoleSet[] EnvironmentRoleSets)Set 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set 备注说明 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetRoleName(String RoleName)Set 角色名称voidsetToken(String Token)Set 角色tokenvoidtoMap(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
-
CreateRoleResponse
public CreateRoleResponse()
-
CreateRoleResponse
public CreateRoleResponse(CreateRoleResponse 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
-
getRoleName
public String getRoleName()
Get 角色名称- Returns:
- RoleName 角色名称
-
setRoleName
public void setRoleName(String RoleName)
Set 角色名称- Parameters:
RoleName- 角色名称
-
getToken
public String getToken()
Get 角色token- Returns:
- Token 角色token
-
setToken
public void setToken(String Token)
Set 角色token- Parameters:
Token- 角色token
-
getRemark
public String getRemark()
Get 备注说明 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 备注说明 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 备注说明 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 备注说明 注意:此字段可能返回 null,表示取不到有效值。
-
getEnvironmentRoleSets
public EnvironmentRoleSet[] getEnvironmentRoleSets()
Get 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnvironmentRoleSets 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvironmentRoleSets
public void setEnvironmentRoleSets(EnvironmentRoleSet[] EnvironmentRoleSets)
Set 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnvironmentRoleSets- 批量绑定名字空间 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-