Class ReadResponse

  • Direct Known Subclasses:
    StatusResponse

    public class ReadResponse
    extends Object
    JSON read response
    • Constructor Detail

      • ReadResponse

        public ReadResponse()
    • Method Detail

      • getGroupAddress

        public li.pitschmann.knx.core.address.GroupAddress getGroupAddress()
      • setGroupAddress

        public void setGroupAddress​(li.pitschmann.knx.core.address.GroupAddress groupAddress)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getDataPointType

        public li.pitschmann.knx.core.datapoint.DataPointType getDataPointType()
      • setDataPointType

        public void setDataPointType​(li.pitschmann.knx.core.datapoint.DataPointType dataPointType)
      • getUnit

        public String getUnit()
      • setUnit

        public void setUnit​(String unit)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getRaw

        public byte[] getRaw()
      • setRaw

        public void setRaw​(byte[] raw)