public interface ReservationSubBlocksReportFaultyRequestFaultReasonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBehavior()
public abstract String getBehavior()The behavior of the fault experienced with the subBlock. Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns | |
|---|---|
| Type | Description |
String |
The behavior. |
getBehaviorBytes()
public abstract ByteString getBehaviorBytes()The behavior of the fault experienced with the subBlock. Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for behavior. |
getDescription()
public abstract String getDescription()The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
hasBehavior()
public abstract boolean hasBehavior()The behavior of the fault experienced with the subBlock. Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the behavior field is set. |
hasDescription()
public abstract boolean hasDescription()The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the description field is set. |