| Modifier and Type | Method and Description |
|---|---|
Period |
build() |
Period.Builder |
clearEnd()
Clears the value of the 'end' field.
|
Period.Builder |
clearId()
Clears the value of the 'id' field.
|
Period.Builder |
clearStart()
Clears the value of the 'start' field.
|
String |
getEnd()
Gets the value of the 'end' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getStart()
Gets the value of the 'start' field.
|
boolean |
hasEnd()
Checks whether the 'end' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasStart()
Checks whether the 'start' field has been set.
|
Period.Builder |
setEnd(String value)
Sets the value of the 'end' field.
|
Period.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Period.Builder |
setStart(String value)
Sets the value of the 'start' field.
|
public String getId()
public Period.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Period.Builder clearId()
public String getStart()
public Period.Builder setStart(String value)
value - The value of 'start'.public boolean hasStart()
public Period.Builder clearStart()
public String getEnd()
public Period.Builder setEnd(String value)
value - The value of 'end'.public boolean hasEnd()
public Period.Builder clearEnd()
Copyright © 2020. All rights reserved.