com.tencentcloudapi.cam.v20190116.models.RoleInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-cam Show documentation
Show all versions of tencentcloud-sdk-java-cam Show documentation
Tencent Cloud Open API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.cam.v20190116.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class RoleInfo extends AbstractModel{
/**
* 角色ID
*/
@SerializedName("RoleId")
@Expose
private String RoleId;
/**
* 角色名称
*/
@SerializedName("RoleName")
@Expose
private String RoleName;
/**
* 角色的策略文档
*/
@SerializedName("PolicyDocument")
@Expose
private String PolicyDocument;
/**
* 角色描述
*/
@SerializedName("Description")
@Expose
private String Description;
/**
* 角色的创建时间
*/
@SerializedName("AddTime")
@Expose
private String AddTime;
/**
* 角色的最近一次时间
*/
@SerializedName("UpdateTime")
@Expose
private String UpdateTime;
/**
* 角色是否允许登录
*/
@SerializedName("ConsoleLogin")
@Expose
private Long ConsoleLogin;
/**
* 角色类型,取user、system或service_linked
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("RoleType")
@Expose
private String RoleType;
/**
* 有效时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("SessionDuration")
@Expose
private Long SessionDuration;
/**
* 服务相关角色删除TaskId
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeletionTaskId")
@Expose
private String DeletionTaskId;
/**
* 标签
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Tags")
@Expose
private RoleTags [] Tags;
/**
* Get 角色ID
* @return RoleId 角色ID
*/
public String getRoleId() {
return this.RoleId;
}
/**
* Set 角色ID
* @param RoleId 角色ID
*/
public void setRoleId(String RoleId) {
this.RoleId = RoleId;
}
/**
* Get 角色名称
* @return RoleName 角色名称
*/
public String getRoleName() {
return this.RoleName;
}
/**
* Set 角色名称
* @param RoleName 角色名称
*/
public void setRoleName(String RoleName) {
this.RoleName = RoleName;
}
/**
* Get 角色的策略文档
* @return PolicyDocument 角色的策略文档
*/
public String getPolicyDocument() {
return this.PolicyDocument;
}
/**
* Set 角色的策略文档
* @param PolicyDocument 角色的策略文档
*/
public void setPolicyDocument(String PolicyDocument) {
this.PolicyDocument = PolicyDocument;
}
/**
* Get 角色描述
* @return Description 角色描述
*/
public String getDescription() {
return this.Description;
}
/**
* Set 角色描述
* @param Description 角色描述
*/
public void setDescription(String Description) {
this.Description = Description;
}
/**
* Get 角色的创建时间
* @return AddTime 角色的创建时间
*/
public String getAddTime() {
return this.AddTime;
}
/**
* Set 角色的创建时间
* @param AddTime 角色的创建时间
*/
public void setAddTime(String AddTime) {
this.AddTime = AddTime;
}
/**
* Get 角色的最近一次时间
* @return UpdateTime 角色的最近一次时间
*/
public String getUpdateTime() {
return this.UpdateTime;
}
/**
* Set 角色的最近一次时间
* @param UpdateTime 角色的最近一次时间
*/
public void setUpdateTime(String UpdateTime) {
this.UpdateTime = UpdateTime;
}
/**
* Get 角色是否允许登录
* @return ConsoleLogin 角色是否允许登录
*/
public Long getConsoleLogin() {
return this.ConsoleLogin;
}
/**
* Set 角色是否允许登录
* @param ConsoleLogin 角色是否允许登录
*/
public void setConsoleLogin(Long ConsoleLogin) {
this.ConsoleLogin = ConsoleLogin;
}
/**
* Get 角色类型,取user、system或service_linked
注意:此字段可能返回 null,表示取不到有效值。
* @return RoleType 角色类型,取user、system或service_linked
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getRoleType() {
return this.RoleType;
}
/**
* Set 角色类型,取user、system或service_linked
注意:此字段可能返回 null,表示取不到有效值。
* @param RoleType 角色类型,取user、system或service_linked
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setRoleType(String RoleType) {
this.RoleType = RoleType;
}
/**
* Get 有效时间
注意:此字段可能返回 null,表示取不到有效值。
* @return SessionDuration 有效时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getSessionDuration() {
return this.SessionDuration;
}
/**
* Set 有效时间
注意:此字段可能返回 null,表示取不到有效值。
* @param SessionDuration 有效时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setSessionDuration(Long SessionDuration) {
this.SessionDuration = SessionDuration;
}
/**
* Get 服务相关角色删除TaskId
注意:此字段可能返回 null,表示取不到有效值。
* @return DeletionTaskId 服务相关角色删除TaskId
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getDeletionTaskId() {
return this.DeletionTaskId;
}
/**
* Set 服务相关角色删除TaskId
注意:此字段可能返回 null,表示取不到有效值。
* @param DeletionTaskId 服务相关角色删除TaskId
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeletionTaskId(String DeletionTaskId) {
this.DeletionTaskId = DeletionTaskId;
}
/**
* Get 标签
注意:此字段可能返回 null,表示取不到有效值。
* @return Tags 标签
注意:此字段可能返回 null,表示取不到有效值。
*/
public RoleTags [] getTags() {
return this.Tags;
}
/**
* Set 标签
注意:此字段可能返回 null,表示取不到有效值。
* @param Tags 标签
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setTags(RoleTags [] Tags) {
this.Tags = Tags;
}
public RoleInfo() {
}
/**
* 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.
*/
public RoleInfo(RoleInfo source) {
if (source.RoleId != null) {
this.RoleId = new String(source.RoleId);
}
if (source.RoleName != null) {
this.RoleName = new String(source.RoleName);
}
if (source.PolicyDocument != null) {
this.PolicyDocument = new String(source.PolicyDocument);
}
if (source.Description != null) {
this.Description = new String(source.Description);
}
if (source.AddTime != null) {
this.AddTime = new String(source.AddTime);
}
if (source.UpdateTime != null) {
this.UpdateTime = new String(source.UpdateTime);
}
if (source.ConsoleLogin != null) {
this.ConsoleLogin = new Long(source.ConsoleLogin);
}
if (source.RoleType != null) {
this.RoleType = new String(source.RoleType);
}
if (source.SessionDuration != null) {
this.SessionDuration = new Long(source.SessionDuration);
}
if (source.DeletionTaskId != null) {
this.DeletionTaskId = new String(source.DeletionTaskId);
}
if (source.Tags != null) {
this.Tags = new RoleTags[source.Tags.length];
for (int i = 0; i < source.Tags.length; i++) {
this.Tags[i] = new RoleTags(source.Tags[i]);
}
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "RoleId", this.RoleId);
this.setParamSimple(map, prefix + "RoleName", this.RoleName);
this.setParamSimple(map, prefix + "PolicyDocument", this.PolicyDocument);
this.setParamSimple(map, prefix + "Description", this.Description);
this.setParamSimple(map, prefix + "AddTime", this.AddTime);
this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
this.setParamSimple(map, prefix + "ConsoleLogin", this.ConsoleLogin);
this.setParamSimple(map, prefix + "RoleType", this.RoleType);
this.setParamSimple(map, prefix + "SessionDuration", this.SessionDuration);
this.setParamSimple(map, prefix + "DeletionTaskId", this.DeletionTaskId);
this.setParamArrayObj(map, prefix + "Tags.", this.Tags);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy