| Modifier and Type | Field and Description |
|---|---|
java.time.Instant |
AppliedTime
Applied time
|
String |
Comments
Comments
|
java.time.Instant |
EndTime
End time
|
Double |
ReferenceValue
Reference value
|
Double |
SecondaryReferenceValue
Secondary reference value
|
java.time.Instant |
StartTime
Start time
|
Boolean |
SuppressData
Suppress data
|
| Constructor and Description |
|---|
TimeSeriesThresholdPeriod() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getAppliedTime() |
String |
getComments() |
java.time.Instant |
getEndTime() |
Double |
getReferenceValue() |
Double |
getSecondaryReferenceValue() |
java.time.Instant |
getStartTime() |
Boolean |
isSuppressData() |
Publish.TimeSeriesThresholdPeriod |
setAppliedTime(java.time.Instant value) |
Publish.TimeSeriesThresholdPeriod |
setComments(String value) |
Publish.TimeSeriesThresholdPeriod |
setEndTime(java.time.Instant value) |
Publish.TimeSeriesThresholdPeriod |
setReferenceValue(Double value) |
Publish.TimeSeriesThresholdPeriod |
setSecondaryReferenceValue(Double value) |
Publish.TimeSeriesThresholdPeriod |
setStartTime(java.time.Instant value) |
Publish.TimeSeriesThresholdPeriod |
setSuppressData(Boolean value) |
public java.time.Instant StartTime
public java.time.Instant EndTime
public java.time.Instant AppliedTime
public String Comments
public Double ReferenceValue
public Double SecondaryReferenceValue
public Boolean SuppressData
public java.time.Instant getStartTime()
public Publish.TimeSeriesThresholdPeriod setStartTime(java.time.Instant value)
public java.time.Instant getEndTime()
public Publish.TimeSeriesThresholdPeriod setEndTime(java.time.Instant value)
public java.time.Instant getAppliedTime()
public Publish.TimeSeriesThresholdPeriod setAppliedTime(java.time.Instant value)
public String getComments()
public Publish.TimeSeriesThresholdPeriod setComments(String value)
public Double getReferenceValue()
public Publish.TimeSeriesThresholdPeriod setReferenceValue(Double value)
public Double getSecondaryReferenceValue()
public Publish.TimeSeriesThresholdPeriod setSecondaryReferenceValue(Double value)
public Boolean isSuppressData()
public Publish.TimeSeriesThresholdPeriod setSuppressData(Boolean value)
Copyright © 2022. All rights reserved.