Class WriteRequest
- java.lang.Object
-
- li.pitschmann.knx.core.plugin.api.v1.json.WriteRequest
-
public final class WriteRequest extends Object
JSON for HTTP Write Request
-
-
Constructor Summary
Constructors Constructor Description WriteRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPointType<?>getDataPointType()GroupAddressgetGroupAddress()byte[]getRaw()String[]getValues()voidsetDataPointType(DataPointType<?> dataPointType)voidsetGroupAddress(GroupAddress groupAddress)voidsetRaw(byte[] raw)voidsetValues(String... values)
-
-
-
Method Detail
-
getGroupAddress
public GroupAddress getGroupAddress()
-
setGroupAddress
public void setGroupAddress(GroupAddress groupAddress)
-
getDataPointType
public DataPointType<?> getDataPointType()
-
setDataPointType
public void setDataPointType(DataPointType<?> dataPointType)
-
getValues
public String[] getValues()
-
setValues
public void setValues(String... values)
-
getRaw
public byte[] getRaw()
-
setRaw
public void setRaw(byte[] raw)
-
-