Class LaneInfo

    • 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,表示取不到有效值。