Interface Mdb.AncillaryDataInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Mdb.AncillaryDataInfo, Mdb.AncillaryDataInfo.Builder
    Enclosing class:
    Mdb

    public static interface Mdb.AncillaryDataInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHref()
      optional string href = 3;
      com.google.protobuf.ByteString getHrefBytes()
      optional string href = 3;
      String getMimeType()
      optional string mimeType = 2;
      com.google.protobuf.ByteString getMimeTypeBytes()
      optional string mimeType = 2;
      String getValue()
      optional string value = 1;
      com.google.protobuf.ByteString getValueBytes()
      optional string value = 1;
      boolean hasHref()
      optional string href = 3;
      boolean hasMimeType()
      optional string mimeType = 2;
      boolean hasValue()
      optional string value = 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 Detail

      • hasValue

        boolean hasValue()
        optional string value = 1;
      • getValue

        String getValue()
        optional string value = 1;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        optional string value = 1;
      • hasMimeType

        boolean hasMimeType()
        optional string mimeType = 2;
      • getMimeType

        String getMimeType()
        optional string mimeType = 2;
      • getMimeTypeBytes

        com.google.protobuf.ByteString getMimeTypeBytes()
        optional string mimeType = 2;
      • hasHref

        boolean hasHref()
        optional string href = 3;
      • getHref

        String getHref()
        optional string href = 3;
      • getHrefBytes

        com.google.protobuf.ByteString getHrefBytes()
        optional string href = 3;