public class AddDeviceToPolicyRequest extends JetstreamRequest
JetstreamRequest
Constructor and Description |
---|
AddDeviceToPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
BuildUri(java.lang.String baseUri,
java.lang.String accesskey)
Strategy pattern for building the Uri for the request
|
java.lang.String |
getLogicalDeviceId()
Returns the logical device id to correlate to the device serial number.
|
java.util.Map<java.lang.String,java.lang.String> |
getOverrideParamters()
Returns the list of parameters to override the policy setting for this
device Item1 = parameter name Item2 = override value
|
java.lang.String |
getPolicyId()
Returns the unique identifier for the policy
|
void |
setLogicalDeviceId(java.lang.String id)
Sets the logical device id to correlate to the device serial number.
|
void |
setOverrideParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the list of parameters to override the policy setting for this
device Item1 = parameter name Item2 = override value
|
void |
setPolicyId(java.lang.String id)
Sets the unique identifier for the policy
|
public java.lang.String getLogicalDeviceId()
public java.lang.String getPolicyId()
public java.util.Map<java.lang.String,java.lang.String> getOverrideParamters()
public void setLogicalDeviceId(java.lang.String id)
id
- The logical device idjava.lang.IllegalArgumentException
public void setPolicyId(java.lang.String id)
id
- The logical device idjava.lang.IllegalArgumentException
public void setOverrideParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- The list of parametersjava.lang.IllegalArgumentException
protected java.lang.String BuildUri(java.lang.String baseUri, java.lang.String accesskey)
JetstreamRequest
BuildUri
in class JetstreamRequest
baseUri
- The base Jetstream Domain urlaccesskey
- The user access key