public static class Publish.SensorsAndGaugesServiceRequest extends Object implements net.servicestack.client.IReturn<Publish.SensorsAndGaugesServiceResponse>
| Modifier and Type | Field and Description |
|---|---|
String |
LocationIdentifier
Filter results to sensors and gauges for this location
|
ArrayList<String> |
LocationUniqueIds
Filter results to sensors and gauges for these locations.
|
ArrayList<String> |
TagKeys
Filter results to sensors and gauges matching all tags by key (supports *partialname* pattern)
|
ArrayList<String> |
TagValues
Filter results to sensors and gauges matching all tags by value (supports *partialname* pattern)
|
| Constructor and Description |
|---|
SensorsAndGaugesServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocationIdentifier() |
ArrayList<String> |
getLocationUniqueIds() |
Object |
getResponseType() |
ArrayList<String> |
getTagKeys() |
ArrayList<String> |
getTagValues() |
Publish.SensorsAndGaugesServiceRequest |
setLocationIdentifier(String value) |
Publish.SensorsAndGaugesServiceRequest |
setLocationUniqueIds(ArrayList<String> value) |
Publish.SensorsAndGaugesServiceRequest |
setTagKeys(ArrayList<String> value) |
Publish.SensorsAndGaugesServiceRequest |
setTagValues(ArrayList<String> value) |
public String LocationIdentifier
public ArrayList<String> LocationUniqueIds
public ArrayList<String> TagKeys
public String getLocationIdentifier()
public Publish.SensorsAndGaugesServiceRequest setLocationIdentifier(String value)
public Publish.SensorsAndGaugesServiceRequest setLocationUniqueIds(ArrayList<String> value)
public Publish.SensorsAndGaugesServiceRequest setTagKeys(ArrayList<String> value)
public Publish.SensorsAndGaugesServiceRequest setTagValues(ArrayList<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<Publish.SensorsAndGaugesServiceResponse>Copyright © 2022. All rights reserved.