| Modifier and Type | Method and Description |
|---|---|
Meta |
build() |
Meta.Builder |
clearId()
Clears the value of the 'id' field.
|
Meta.Builder |
clearLastUpdated()
Clears the value of the 'lastUpdated' field.
|
Meta.Builder |
clearProfile()
Clears the value of the 'profile' field.
|
Meta.Builder |
clearSecurity()
Clears the value of the 'security' field.
|
Meta.Builder |
clearTag()
Clears the value of the 'tag' field.
|
Meta.Builder |
clearVersionId()
Clears the value of the 'versionId' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getLastUpdated()
Gets the value of the 'lastUpdated' field.
|
List<String> |
getProfile()
Gets the value of the 'profile' field.
|
List<Coding> |
getSecurity()
Gets the value of the 'security' field.
|
List<Coding> |
getTag()
Gets the value of the 'tag' field.
|
String |
getVersionId()
Gets the value of the 'versionId' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLastUpdated()
Checks whether the 'lastUpdated' field has been set.
|
boolean |
hasProfile()
Checks whether the 'profile' field has been set.
|
boolean |
hasSecurity()
Checks whether the 'security' field has been set.
|
boolean |
hasTag()
Checks whether the 'tag' field has been set.
|
boolean |
hasVersionId()
Checks whether the 'versionId' field has been set.
|
Meta.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Meta.Builder |
setLastUpdated(String value)
Sets the value of the 'lastUpdated' field.
|
Meta.Builder |
setProfile(List<String> value)
Sets the value of the 'profile' field.
|
Meta.Builder |
setSecurity(List<Coding> value)
Sets the value of the 'security' field.
|
Meta.Builder |
setTag(List<Coding> value)
Sets the value of the 'tag' field.
|
Meta.Builder |
setVersionId(String value)
Sets the value of the 'versionId' field.
|
public String getId()
public Meta.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Meta.Builder clearId()
public String getVersionId()
public Meta.Builder setVersionId(String value)
value - The value of 'versionId'.public boolean hasVersionId()
public Meta.Builder clearVersionId()
public String getLastUpdated()
public Meta.Builder setLastUpdated(String value)
value - The value of 'lastUpdated'.public boolean hasLastUpdated()
public Meta.Builder clearLastUpdated()
public List<String> getProfile()
public Meta.Builder setProfile(List<String> value)
value - The value of 'profile'.public boolean hasProfile()
public Meta.Builder clearProfile()
public List<Coding> getSecurity()
public Meta.Builder setSecurity(List<Coding> value)
value - The value of 'security'.public boolean hasSecurity()
public Meta.Builder clearSecurity()
public List<Coding> getTag()
public Meta.Builder setTag(List<Coding> value)
value - The value of 'tag'.public boolean hasTag()
public Meta.Builder clearTag()
Copyright © 2020. All rights reserved.