public static class ServiceModel.PutFilter extends Object implements net.servicestack.client.IReturn<ServiceModel.Filter>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Description |
java.time.OffsetDateTime |
EndTime |
String |
Id |
List<ServiceModel.ObservedProperty> |
ObservedProperties |
List<ServiceModel.SamplingLocation> |
SamplingLocations |
java.time.OffsetDateTime |
StartTime |
| Constructor and Description |
|---|
PutFilter() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getDescription() |
java.time.OffsetDateTime |
getEndTime() |
String |
getId() |
List<ServiceModel.ObservedProperty> |
getObservedProperties() |
Object |
getResponseType() |
List<ServiceModel.SamplingLocation> |
getSamplingLocations() |
java.time.OffsetDateTime |
getStartTime() |
ServiceModel.PutFilter |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PutFilter |
setCustomId(String value) |
ServiceModel.PutFilter |
setDescription(String value) |
ServiceModel.PutFilter |
setEndTime(java.time.OffsetDateTime value) |
ServiceModel.PutFilter |
setId(String value) |
ServiceModel.PutFilter |
setObservedProperties(List<ServiceModel.ObservedProperty> value) |
ServiceModel.PutFilter |
setSamplingLocations(List<ServiceModel.SamplingLocation> value) |
ServiceModel.PutFilter |
setStartTime(java.time.OffsetDateTime value) |
public String Id
public String CustomId
public java.time.OffsetDateTime StartTime
public java.time.OffsetDateTime EndTime
public List<ServiceModel.ObservedProperty> ObservedProperties
public List<ServiceModel.SamplingLocation> SamplingLocations
public String Description
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutFilter setId(String value)
public String getCustomId()
public ServiceModel.PutFilter setCustomId(String value)
public java.time.OffsetDateTime getStartTime()
public ServiceModel.PutFilter setStartTime(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndTime()
public ServiceModel.PutFilter setEndTime(java.time.OffsetDateTime value)
public List<ServiceModel.ObservedProperty> getObservedProperties()
public ServiceModel.PutFilter setObservedProperties(List<ServiceModel.ObservedProperty> value)
public List<ServiceModel.SamplingLocation> getSamplingLocations()
public ServiceModel.PutFilter setSamplingLocations(List<ServiceModel.SamplingLocation> value)
public String getDescription()
public ServiceModel.PutFilter setDescription(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutFilter setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Filter>Copyright © 2022. All rights reserved.