Class LaneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.LaneInfo
-
public class LaneInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。BooleangetEntrance()Get 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。LaneGroup[]getLaneGroupList()Get 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。StringgetLaneId()Get 泳道ID 注意:此字段可能返回 null,表示取不到有效值。StringgetLaneName()Get 泳道名称 注意:此字段可能返回 null,表示取不到有效值。String[]getNamespaceIdList()Get 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get 泳道备注 注意:此字段可能返回 null,表示取不到有效值。LonggetUpdateTime()Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(Long CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetEntrance(Boolean Entrance)Set 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。voidsetLaneGroupList(LaneGroup[] LaneGroupList)Set 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。voidsetLaneId(String LaneId)Set 泳道ID 注意:此字段可能返回 null,表示取不到有效值。voidsetLaneName(String LaneName)Set 泳道名称 注意:此字段可能返回 null,表示取不到有效值。voidsetNamespaceIdList(String[] NamespaceIdList)Set 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set 泳道备注 注意:此字段可能返回 null,表示取不到有效值。voidsetUpdateTime(Long UpdateTime)Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
LaneInfo
public LaneInfo()
-
LaneInfo
public LaneInfo(LaneInfo 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
-
getLaneId
public String getLaneId()
Get 泳道ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LaneId 泳道ID 注意:此字段可能返回 null,表示取不到有效值。
-
setLaneId
public void setLaneId(String LaneId)
Set 泳道ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LaneId- 泳道ID 注意:此字段可能返回 null,表示取不到有效值。
-
getLaneName
public String getLaneName()
Get 泳道名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LaneName 泳道名称 注意:此字段可能返回 null,表示取不到有效值。
-
setLaneName
public void setLaneName(String LaneName)
Set 泳道名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LaneName- 泳道名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRemark
public String getRemark()
Get 泳道备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 泳道备注 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 泳道备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 泳道备注 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public Long getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdateTime
public Long getUpdateTime()
Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime- 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
getLaneGroupList
public LaneGroup[] getLaneGroupList()
Get 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LaneGroupList 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。
-
setLaneGroupList
public void setLaneGroupList(LaneGroup[] LaneGroupList)
Set 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LaneGroupList- 泳道部署组 注意:此字段可能返回 null,表示取不到有效值。
-
getEntrance
public Boolean getEntrance()
Get 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Entrance 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。
-
setEntrance
public void setEntrance(Boolean Entrance)
Set 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Entrance- 是否入口应用 注意:此字段可能返回 null,表示取不到有效值。
-
getNamespaceIdList
public String[] getNamespaceIdList()
Get 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NamespaceIdList 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。
-
setNamespaceIdList
public void setNamespaceIdList(String[] NamespaceIdList)
Set 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NamespaceIdList- 泳道已经关联部署组的命名空间列表 注意:此字段可能返回 null,表示取不到有效值。
-
-