Interface ProtobufMessages.Header.StrategyIndexOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      optional bytes data = 3;
      int getId()
      optional int32 id = 1;
      String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      boolean hasData()
      optional bytes data = 3;
      boolean hasId()
      optional int32 id = 1;
      boolean hasName()
      optional string name = 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 Detail

      • hasId

        boolean hasId()
        optional int32 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        int getId()
        optional int32 id = 1;
        Returns:
        The id.
      • hasName

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

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

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
        Returns:
        The bytes for name.
      • hasData

        boolean hasData()
        optional bytes data = 3;
        Returns:
        Whether the data field is set.
      • getData

        com.google.protobuf.ByteString getData()
        optional bytes data = 3;
        Returns:
        The data.