public interface JustificationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getJustificationCase()
public abstract Justification.JustificationCase getJustificationCase()
Returns | |
---|---|
Type | Description |
Justification.JustificationCase |
getUnstructuredJustification()
public abstract String getUnstructuredJustification()
A free form textual justification. The system only ensures that this is not empty. No other kind of validation is performed on the string.
string unstructured_justification = 1;
Returns | |
---|---|
Type | Description |
String |
The unstructuredJustification. |
getUnstructuredJustificationBytes()
public abstract ByteString getUnstructuredJustificationBytes()
A free form textual justification. The system only ensures that this is not empty. No other kind of validation is performed on the string.
string unstructured_justification = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for unstructuredJustification. |
hasUnstructuredJustification()
public abstract boolean hasUnstructuredJustification()
A free form textual justification. The system only ensures that this is not empty. No other kind of validation is performed on the string.
string unstructured_justification = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the unstructuredJustification field is set. |