| Modifier and Type | Field and Description |
|---|---|
String |
Comment
Comment
|
String |
ComputationIdentifier
Computation identifier
|
String |
ComputationPeriodIdentifier
Computation period identifier
|
java.time.Instant |
CorrectedEndTime
Corrected end time
|
java.time.Instant |
CorrectedStartTime
Corrected start time
|
String |
Description
Description
|
List<Publish.ExtendedAttribute> |
ExtendedAttributes
Extended attributes
|
String |
Identifier
Identifier
|
String |
Label
Label
|
java.time.Instant |
LastModified
Last modified
|
String |
LocationIdentifier
Location identifier
|
String |
Parameter
Parameter
|
String |
ParameterId
Parameter Id
|
Boolean |
Publish
Publish
|
java.time.Instant |
RawEndTime
Raw end time
|
java.time.Instant |
RawStartTime
Raw start time
|
String |
SubLocationIdentifier
Sub location identifier
|
List<Publish.TimeSeriesThreshold> |
Thresholds
Thresholds
|
String |
TimeSeriesType
Time series type
|
String |
UniqueId
Unique id
|
String |
Unit
Unit
|
Double |
UtcOffset
Utc offset
|
String |
UtcOffsetIsoDuration
Utc offset iso duration
|
| Constructor and Description |
|---|
TimeSeriesDescription() |
public String Identifier
public String UniqueId
public String LocationIdentifier
public String Parameter
public String ParameterId
public String Unit
public Double UtcOffset
public String UtcOffsetIsoDuration
public java.time.Instant LastModified
public java.time.Instant RawStartTime
public java.time.Instant RawEndTime
public java.time.Instant CorrectedStartTime
public java.time.Instant CorrectedEndTime
public String TimeSeriesType
public String Label
public String Comment
public String Description
public Boolean Publish
public String ComputationIdentifier
public String ComputationPeriodIdentifier
public String SubLocationIdentifier
public List<Publish.ExtendedAttribute> ExtendedAttributes
public List<Publish.TimeSeriesThreshold> Thresholds
public String getIdentifier()
public Publish.TimeSeriesDescription setIdentifier(String value)
public String getUniqueId()
public Publish.TimeSeriesDescription setUniqueId(String value)
public String getLocationIdentifier()
public Publish.TimeSeriesDescription setLocationIdentifier(String value)
public String getParameter()
public Publish.TimeSeriesDescription setParameter(String value)
public String getParameterId()
public Publish.TimeSeriesDescription setParameterId(String value)
public String getUnit()
public Publish.TimeSeriesDescription setUnit(String value)
public Double getUtcOffset()
public Publish.TimeSeriesDescription setUtcOffset(Double value)
public String getUtcOffsetIsoDuration()
public Publish.TimeSeriesDescription setUtcOffsetIsoDuration(String value)
public java.time.Instant getLastModified()
public Publish.TimeSeriesDescription setLastModified(java.time.Instant value)
public java.time.Instant getRawStartTime()
public Publish.TimeSeriesDescription setRawStartTime(java.time.Instant value)
public java.time.Instant getRawEndTime()
public Publish.TimeSeriesDescription setRawEndTime(java.time.Instant value)
public java.time.Instant getCorrectedStartTime()
public Publish.TimeSeriesDescription setCorrectedStartTime(java.time.Instant value)
public java.time.Instant getCorrectedEndTime()
public Publish.TimeSeriesDescription setCorrectedEndTime(java.time.Instant value)
public String getTimeSeriesType()
public Publish.TimeSeriesDescription setTimeSeriesType(String value)
public String getLabel()
public Publish.TimeSeriesDescription setLabel(String value)
public String getComment()
public Publish.TimeSeriesDescription setComment(String value)
public String getDescription()
public Publish.TimeSeriesDescription setDescription(String value)
public Boolean isPublish()
public Publish.TimeSeriesDescription setPublish(Boolean value)
public String getComputationIdentifier()
public Publish.TimeSeriesDescription setComputationIdentifier(String value)
public String getComputationPeriodIdentifier()
public Publish.TimeSeriesDescription setComputationPeriodIdentifier(String value)
public String getSubLocationIdentifier()
public Publish.TimeSeriesDescription setSubLocationIdentifier(String value)
public List<Publish.ExtendedAttribute> getExtendedAttributes()
public Publish.TimeSeriesDescription setExtendedAttributes(List<Publish.ExtendedAttribute> value)
public List<Publish.TimeSeriesThreshold> getThresholds()
public Publish.TimeSeriesDescription setThresholds(List<Publish.TimeSeriesThreshold> value)
Copyright © 2022. All rights reserved.