Class MultiBizWarningInfo

    • Constructor Detail

      • MultiBizWarningInfo

        public MultiBizWarningInfo()
      • MultiBizWarningInfo

        public MultiBizWarningInfo​(MultiBizWarningInfo 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

      • getWarningType

        public Long getWarningType()
        Get 告警类型: 0: 无变化 1: 侵占 2: 消失
        Returns:
        WarningType 告警类型: 0: 无变化 1: 侵占 2: 消失
      • setWarningType

        public void setWarningType​(Long WarningType)
        Set 告警类型: 0: 无变化 1: 侵占 2: 消失
        Parameters:
        WarningType - 告警类型: 0: 无变化 1: 侵占 2: 消失
      • getWarningAreaSize

        public Float getWarningAreaSize()
        Get 告警侵占或消失面积
        Returns:
        WarningAreaSize 告警侵占或消失面积
      • setWarningAreaSize

        public void setWarningAreaSize​(Float WarningAreaSize)
        Set 告警侵占或消失面积
        Parameters:
        WarningAreaSize - 告警侵占或消失面积
      • getWarningLocation

        public Point getWarningLocation()
        Get 告警侵占或消失坐标
        Returns:
        WarningLocation 告警侵占或消失坐标
      • setWarningLocation

        public void setWarningLocation​(Point WarningLocation)
        Set 告警侵占或消失坐标
        Parameters:
        WarningLocation - 告警侵占或消失坐标
      • getWarningAreaContour

        public Point[] getWarningAreaContour()
        Get 告警侵占或消失轮廓
        Returns:
        WarningAreaContour 告警侵占或消失轮廓
      • setWarningAreaContour

        public void setWarningAreaContour​(Point[] WarningAreaContour)
        Set 告警侵占或消失轮廓
        Parameters:
        WarningAreaContour - 告警侵占或消失轮廓