public class DeviceCommandInvocationSummary extends MetadataProvider implements java.io.Serializable
IDeviceCommand
and an
IDeviceCommandInvocation
in a form that is easy to use in a user
interface.Modifier and Type | Class and Description |
---|---|
static class |
DeviceCommandInvocationSummary.Parameter
Holder for parameter information
|
static class |
DeviceCommandInvocationSummary.Response
Information about a response to the invocation
|
Constructor and Description |
---|
DeviceCommandInvocationSummary() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getInvocationDate() |
java.lang.String |
getName() |
java.lang.String |
getNamespace() |
java.util.List<DeviceCommandInvocationSummary.Parameter> |
getParameters() |
java.util.List<DeviceCommandInvocationSummary.Response> |
getResponses() |
void |
setInvocationDate(java.util.Date invocationDate) |
void |
setName(java.lang.String name) |
void |
setNamespace(java.lang.String namespace) |
void |
setParameters(java.util.List<DeviceCommandInvocationSummary.Parameter> parameters) |
void |
setResponses(java.util.List<DeviceCommandInvocationSummary.Response> responses) |
addOrReplaceMetadata, clearMetadata, copy, copy, getMetadata, getMetadata, removeMetadata, setMetadata
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
public java.util.Date getInvocationDate()
public void setInvocationDate(java.util.Date invocationDate)
public java.util.List<DeviceCommandInvocationSummary.Parameter> getParameters()
public void setParameters(java.util.List<DeviceCommandInvocationSummary.Parameter> parameters)
public java.util.List<DeviceCommandInvocationSummary.Response> getResponses()
public void setResponses(java.util.List<DeviceCommandInvocationSummary.Response> responses)