Interface Mdb.UnitInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUnit()
      optional string unit = 1;
      com.google.protobuf.ByteString getUnitBytes()
      optional string unit = 1;
      boolean hasUnit()
      optional string unit = 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

      • hasUnit

        boolean hasUnit()
        optional string unit = 1;
      • getUnit

        String getUnit()
        optional string unit = 1;
      • getUnitBytes

        com.google.protobuf.ByteString getUnitBytes()
        optional string unit = 1;