Modifier and Type | Method and Description |
---|---|
Header |
build() |
Header.Builder |
clearContentSchema()
Clears the value of the 'contentSchema' field.
|
Header.Builder |
clearDescription()
Clears the value of the 'description' field.
|
String |
getContentSchema()
Gets the value of the 'contentSchema' field.
|
String |
getDescription()
Gets the value of the 'description' field.
|
boolean |
hasContentSchema()
Checks whether the 'contentSchema' field has been set.
|
boolean |
hasDescription()
Checks whether the 'description' field has been set.
|
Header.Builder |
setContentSchema(String value)
Sets the value of the 'contentSchema' field.
|
Header.Builder |
setDescription(String value)
Sets the value of the 'description' field.
|
public String getContentSchema()
public Header.Builder setContentSchema(String value)
value
- The value of 'contentSchema'.public boolean hasContentSchema()
public Header.Builder clearContentSchema()
public String getDescription()
public Header.Builder setDescription(String value)
value
- The value of 'description'.public boolean hasDescription()
public Header.Builder clearDescription()
Copyright © 2018 SPF4J. All rights reserved.