public static class ServiceModel.PostFilter 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 |
|---|
PostFilter() |
| 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.PostFilter |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PostFilter |
setCustomId(String value) |
ServiceModel.PostFilter |
setDescription(String value) |
ServiceModel.PostFilter |
setEndTime(java.time.OffsetDateTime value) |
ServiceModel.PostFilter |
setId(String value) |
ServiceModel.PostFilter |
setObservedProperties(List<ServiceModel.ObservedProperty> value) |
ServiceModel.PostFilter |
setSamplingLocations(List<ServiceModel.SamplingLocation> value) |
ServiceModel.PostFilter |
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.PostFilter setId(String value)
public String getCustomId()
public ServiceModel.PostFilter setCustomId(String value)
public java.time.OffsetDateTime getStartTime()
public ServiceModel.PostFilter setStartTime(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndTime()
public ServiceModel.PostFilter setEndTime(java.time.OffsetDateTime value)
public List<ServiceModel.ObservedProperty> getObservedProperties()
public ServiceModel.PostFilter setObservedProperties(List<ServiceModel.ObservedProperty> value)
public List<ServiceModel.SamplingLocation> getSamplingLocations()
public ServiceModel.PostFilter setSamplingLocations(List<ServiceModel.SamplingLocation> value)
public String getDescription()
public ServiceModel.PostFilter setDescription(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostFilter setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Filter>Copyright © 2022. All rights reserved.