Interface BitControl.CustomMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BitControl.CustomMessage, BitControl.CustomMessage.Builder
Enclosing class:
BitControl

public static interface BitControl.CustomMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes message = 2;
    int
    optional int32 type = 1;
    boolean
    optional bytes message = 2;
    boolean
    optional int32 type = 1;

    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

    • hasType

      boolean hasType()
      optional int32 type = 1;
      Returns:
      Whether the type field is set.
    • getType

      int getType()
      optional int32 type = 1;
      Returns:
      The type.
    • hasMessage

      boolean hasMessage()
      optional bytes message = 2;
      Returns:
      Whether the message field is set.
    • getMessage

      com.google.protobuf.ByteString getMessage()
      optional bytes message = 2;
      Returns:
      The message.