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

    Modifier and Type
    Method
    Description
    optional string unit = 1;
    com.google.protobuf.ByteString
    optional string unit = 1;
    boolean
    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 Details

    • hasUnit

      boolean hasUnit()
      optional string unit = 1;
      Returns:
      Whether the unit field is set.
    • getUnit

      String getUnit()
      optional string unit = 1;
      Returns:
      The unit.
    • getUnitBytes

      com.google.protobuf.ByteString getUnitBytes()
      optional string unit = 1;
      Returns:
      The bytes for unit.