Class PlateContent

    • Constructor Detail

      • PlateContent

        public PlateContent()
      • PlateContent

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

      • getPlate

        public String getPlate()
        Get 车牌号信息
        Returns:
        Plate 车牌号信息
      • setPlate

        public void setPlate​(String Plate)
        Set 车牌号信息
        Parameters:
        Plate - 车牌号信息
      • getColor

        public String getColor()
        Get 车牌的颜色
        Returns:
        Color 车牌的颜色
      • setColor

        public void setColor​(String Color)
        Set 车牌的颜色
        Parameters:
        Color - 车牌的颜色
      • getType

        public String getType()
        Get 车牌的种类,例如普通蓝牌
        Returns:
        Type 车牌的种类,例如普通蓝牌
      • setType

        public void setType​(String Type)
        Set 车牌的种类,例如普通蓝牌
        Parameters:
        Type - 车牌的种类,例如普通蓝牌
      • getLocation

        public Location getLocation()
        Get 截图中坐标信息
        Returns:
        Location 截图中坐标信息
      • setLocation

        public void setLocation​(Location Location)
        Set 截图中坐标信息
        Parameters:
        Location - 截图中坐标信息