| Modifier and Type | Method and Description |
|---|---|
Duration |
build() |
Duration.Builder |
clearCode()
Clears the value of the 'code' field.
|
Duration.Builder |
clearComparator()
Clears the value of the 'comparator' field.
|
Duration.Builder |
clearId()
Clears the value of the 'id' field.
|
Duration.Builder |
clearSystem()
Clears the value of the 'system' field.
|
Duration.Builder |
clearUnit()
Clears the value of the 'unit' field.
|
Duration.Builder |
clearValue()
Clears the value of the 'value' field.
|
String |
getCode()
Gets the value of the 'code' field.
|
String |
getComparator()
Gets the value of the 'comparator' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getSystem()
Gets the value of the 'system' field.
|
String |
getUnit()
Gets the value of the 'unit' field.
|
BigDecimal |
getValue()
Gets the value of the 'value' field.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasComparator()
Checks whether the 'comparator' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasSystem()
Checks whether the 'system' field has been set.
|
boolean |
hasUnit()
Checks whether the 'unit' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
Duration.Builder |
setCode(String value)
Sets the value of the 'code' field.
|
Duration.Builder |
setComparator(String value)
Sets the value of the 'comparator' field.
|
Duration.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Duration.Builder |
setSystem(String value)
Sets the value of the 'system' field.
|
Duration.Builder |
setUnit(String value)
Sets the value of the 'unit' field.
|
Duration.Builder |
setValue(BigDecimal value)
Sets the value of the 'value' field.
|
public String getId()
public Duration.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Duration.Builder clearId()
public BigDecimal getValue()
public Duration.Builder setValue(BigDecimal value)
value - The value of 'value'.public boolean hasValue()
public Duration.Builder clearValue()
public String getComparator()
public Duration.Builder setComparator(String value)
value - The value of 'comparator'.public boolean hasComparator()
public Duration.Builder clearComparator()
public String getUnit()
public Duration.Builder setUnit(String value)
value - The value of 'unit'.public boolean hasUnit()
public Duration.Builder clearUnit()
public String getSystem()
public Duration.Builder setSystem(String value)
value - The value of 'system'.public boolean hasSystem()
public Duration.Builder clearSystem()
public String getCode()
public Duration.Builder setCode(String value)
value - The value of 'code'.public boolean hasCode()
public Duration.Builder clearCode()
Copyright © 2020. All rights reserved.