public static class ServiceModel.Filter extends Object
| 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 |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getDescription() |
java.time.OffsetDateTime |
getEndTime() |
String |
getId() |
List<ServiceModel.ObservedProperty> |
getObservedProperties() |
List<ServiceModel.SamplingLocation> |
getSamplingLocations() |
java.time.OffsetDateTime |
getStartTime() |
ServiceModel.Filter |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.Filter |
setCustomId(String value) |
ServiceModel.Filter |
setDescription(String value) |
ServiceModel.Filter |
setEndTime(java.time.OffsetDateTime value) |
ServiceModel.Filter |
setId(String value) |
ServiceModel.Filter |
setObservedProperties(List<ServiceModel.ObservedProperty> value) |
ServiceModel.Filter |
setSamplingLocations(List<ServiceModel.SamplingLocation> value) |
ServiceModel.Filter |
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.Filter setId(String value)
public String getCustomId()
public ServiceModel.Filter setCustomId(String value)
public java.time.OffsetDateTime getStartTime()
public ServiceModel.Filter setStartTime(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndTime()
public ServiceModel.Filter setEndTime(java.time.OffsetDateTime value)
public List<ServiceModel.ObservedProperty> getObservedProperties()
public ServiceModel.Filter setObservedProperties(List<ServiceModel.ObservedProperty> value)
public List<ServiceModel.SamplingLocation> getSamplingLocations()
public ServiceModel.Filter setSamplingLocations(List<ServiceModel.SamplingLocation> value)
public String getDescription()
public ServiceModel.Filter setDescription(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.Filter setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.