public class SmartHomeRequest
A representation of the JSON payload received during a smart home request.
Modifier and Type | Class and Description |
---|---|
static class |
SmartHomeRequest.Companion |
static class |
SmartHomeRequest.RequestInputs |
Modifier and Type | Field and Description |
---|---|
static SmartHomeRequest.Companion |
Companion |
SmartHomeRequest.RequestInputs[] |
inputs |
java.lang.String |
requestId |
Constructor and Description |
---|
SmartHomeRequest()
A representation of the JSON payload received during a smart home request.
|
Modifier and Type | Method and Description |
---|---|
SmartHomeRequest.RequestInputs[] |
getInputs() |
java.lang.String |
getRequestId() |
void |
setInputs(SmartHomeRequest.RequestInputs[] p) |
void |
setRequestId(java.lang.String p) |
public java.lang.String requestId
public SmartHomeRequest.RequestInputs[] inputs
public static SmartHomeRequest.Companion Companion
public SmartHomeRequest()
A representation of the JSON payload received during a smart home request.
public java.lang.String getRequestId()
public void setRequestId(java.lang.String p)
public SmartHomeRequest.RequestInputs[] getInputs()
public void setInputs(SmartHomeRequest.RequestInputs[] p)