Class CvAddress

java.lang.Object
org.bidib.jbidib.decoder.json.CvAddress

@Generated("jsonschema2pojo") public class CvAddress extends Object
  • Constructor Details

    • CvAddress

      public CvAddress()
      No args constructor for use in serialization
    • CvAddress

      public CvAddress(Double number, Double indexHigh, Double indexLow)
  • Method Details

    • getNumber

      public Double getNumber()
    • setNumber

      public void setNumber(Double number)
    • withNumber

      public CvAddress withNumber(Double number)
    • getIndexHigh

      public Double getIndexHigh()
    • setIndexHigh

      public void setIndexHigh(Double indexHigh)
    • withIndexHigh

      public CvAddress withIndexHigh(Double indexHigh)
    • getIndexLow

      public Double getIndexLow()
    • setIndexLow

      public void setIndexLow(Double indexLow)
    • withIndexLow

      public CvAddress withIndexLow(Double indexLow)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object