public interface IBatchCommandForCriteriaRequest
IBatchCommandInvocationRequest
based on devices that meet given criteria.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandToken()
Get token for command to be executed.
|
java.util.Date |
getEndDate()
Get date range end.
|
java.lang.String |
getGroupsWithRole()
If set, only devices in groups with the given role will be sent the
command.
|
java.lang.String |
getGroupToken()
If set, only devices in the given group will be sent the command.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameterValues()
Get the list of parameter names mapped to values.
|
java.lang.String |
getSiteToken()
If set, only devices associated with the given site will be sent the
command.
|
java.lang.String |
getSpecificationToken()
If set, only devices with the given specification token will be sent the
command.
|
java.util.Date |
getStartDate()
Get date range start.
|
java.lang.String |
getToken()
Get unique token for batch request.
|
java.lang.String getToken()
java.lang.String getCommandToken()
java.util.Map<java.lang.String,java.lang.String> getParameterValues()
java.lang.String getSpecificationToken()
java.lang.String getGroupToken()
java.lang.String getGroupsWithRole()
java.lang.String getSiteToken()
java.util.Date getStartDate()
java.util.Date getEndDate()