
com.tencentcloudapi.tsf.v20180326.models.LaneGroup Maven / Gradle / Ivy
/*
* 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.tsf.v20180326.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class LaneGroup extends AbstractModel{
/**
* 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupId")
@Expose
private String GroupId;
/**
* 是否入口应用
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Entrance")
@Expose
private Boolean Entrance;
/**
* 泳道部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("LaneGroupId")
@Expose
private String LaneGroupId;
/**
* 泳道ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("LaneId")
@Expose
private String LaneId;
/**
* 部署组名
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupName")
@Expose
private String GroupName;
/**
* 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ApplicationId")
@Expose
private String ApplicationId;
/**
* 应用名
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ApplicationName")
@Expose
private String ApplicationName;
/**
* 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("NamespaceId")
@Expose
private String NamespaceId;
/**
* 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("NamespaceName")
@Expose
private String NamespaceName;
/**
* 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("CreateTime")
@Expose
private Long CreateTime;
/**
* 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UpdateTime")
@Expose
private Long UpdateTime;
/**
* 集群类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ClusterType")
@Expose
private String ClusterType;
/**
* Get 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupId 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupId() {
return this.GroupId;
}
/**
* Set 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupId 部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupId(String GroupId) {
this.GroupId = GroupId;
}
/**
* Get 是否入口应用
注意:此字段可能返回 null,表示取不到有效值。
* @return Entrance 是否入口应用
注意:此字段可能返回 null,表示取不到有效值。
*/
public Boolean getEntrance() {
return this.Entrance;
}
/**
* Set 是否入口应用
注意:此字段可能返回 null,表示取不到有效值。
* @param Entrance 是否入口应用
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setEntrance(Boolean Entrance) {
this.Entrance = Entrance;
}
/**
* Get 泳道部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @return LaneGroupId 泳道部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getLaneGroupId() {
return this.LaneGroupId;
}
/**
* Set 泳道部署组ID
注意:此字段可能返回 null,表示取不到有效值。
* @param LaneGroupId 泳道部署组ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setLaneGroupId(String LaneGroupId) {
this.LaneGroupId = LaneGroupId;
}
/**
* Get 泳道ID
注意:此字段可能返回 null,表示取不到有效值。
* @return LaneId 泳道ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getLaneId() {
return this.LaneId;
}
/**
* Set 泳道ID
注意:此字段可能返回 null,表示取不到有效值。
* @param LaneId 泳道ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setLaneId(String LaneId) {
this.LaneId = LaneId;
}
/**
* Get 部署组名
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupName 部署组名
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupName() {
return this.GroupName;
}
/**
* Set 部署组名
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupName 部署组名
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupName(String GroupName) {
this.GroupName = GroupName;
}
/**
* Get 应用ID
注意:此字段可能返回 null,表示取不到有效值。
* @return ApplicationId 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getApplicationId() {
return this.ApplicationId;
}
/**
* Set 应用ID
注意:此字段可能返回 null,表示取不到有效值。
* @param ApplicationId 应用ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setApplicationId(String ApplicationId) {
this.ApplicationId = ApplicationId;
}
/**
* Get 应用名
注意:此字段可能返回 null,表示取不到有效值。
* @return ApplicationName 应用名
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getApplicationName() {
return this.ApplicationName;
}
/**
* Set 应用名
注意:此字段可能返回 null,表示取不到有效值。
* @param ApplicationName 应用名
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setApplicationName(String ApplicationName) {
this.ApplicationName = ApplicationName;
}
/**
* Get 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
* @return NamespaceId 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNamespaceId() {
return this.NamespaceId;
}
/**
* Set 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
* @param NamespaceId 命名空间ID
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNamespaceId(String NamespaceId) {
this.NamespaceId = NamespaceId;
}
/**
* Get 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
* @return NamespaceName 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNamespaceName() {
return this.NamespaceName;
}
/**
* Set 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
* @param NamespaceName 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNamespaceName(String NamespaceName) {
this.NamespaceName = NamespaceName;
}
/**
* Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @return CreateTime 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getCreateTime() {
return this.CreateTime;
}
/**
* Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @param CreateTime 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setCreateTime(Long CreateTime) {
this.CreateTime = CreateTime;
}
/**
* Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @return UpdateTime 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getUpdateTime() {
return this.UpdateTime;
}
/**
* Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @param UpdateTime 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUpdateTime(Long UpdateTime) {
this.UpdateTime = UpdateTime;
}
/**
* Get 集群类型
注意:此字段可能返回 null,表示取不到有效值。
* @return ClusterType 集群类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getClusterType() {
return this.ClusterType;
}
/**
* Set 集群类型
注意:此字段可能返回 null,表示取不到有效值。
* @param ClusterType 集群类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setClusterType(String ClusterType) {
this.ClusterType = ClusterType;
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "GroupId", this.GroupId);
this.setParamSimple(map, prefix + "Entrance", this.Entrance);
this.setParamSimple(map, prefix + "LaneGroupId", this.LaneGroupId);
this.setParamSimple(map, prefix + "LaneId", this.LaneId);
this.setParamSimple(map, prefix + "GroupName", this.GroupName);
this.setParamSimple(map, prefix + "ApplicationId", this.ApplicationId);
this.setParamSimple(map, prefix + "ApplicationName", this.ApplicationName);
this.setParamSimple(map, prefix + "NamespaceId", this.NamespaceId);
this.setParamSimple(map, prefix + "NamespaceName", this.NamespaceName);
this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
this.setParamSimple(map, prefix + "ClusterType", this.ClusterType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy