Interface SuffixTextOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    uint64 biz_type = 1;
    .Text text = 2;
    .Text text = 2;
    boolean
    .Text text = 2;

    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

    • getBizType

      long getBizType()
      uint64 biz_type = 1;
      Returns:
      The bizType.
    • hasText

      boolean hasText()
      .Text text = 2;
      Returns:
      Whether the text field is set.
    • getText

      Text getText()
      .Text text = 2;
      Returns:
      The text.
    • getTextOrBuilder

      TextOrBuilder getTextOrBuilder()
      .Text text = 2;