Class WriteRequest


  • public final class WriteRequest
    extends Object
    JSON for HTTP Write Request
    • Constructor Detail

      • WriteRequest

        public WriteRequest()
    • Method Detail

      • getGroupAddress

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

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

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

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

        public String[] getValues()
      • setValues

        public void setValues​(String... values)
      • getRaw

        public byte[] getRaw()
      • setRaw

        public void setRaw​(byte[] raw)