Interface AcknowledgmentInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AcknowledgmentInfo, AcknowledgmentInfo.Builder

public interface AcknowledgmentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Description of the acknowledgment
    com.google.protobuf.ByteString
    Description of the acknowledgment
    Acknowledgment name
    com.google.protobuf.ByteString
    Acknowledgment name
    boolean
    Description of the acknowledgment
    boolean
    Acknowledgment name

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasName

      boolean hasName()
       Acknowledgment name
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Acknowledgment name
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Acknowledgment name
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
       Description of the acknowledgment
       
      optional string description = 2;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Description of the acknowledgment
       
      optional string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of the acknowledgment
       
      optional string description = 2;
      Returns:
      The bytes for description.