Interface Webswing.PlaybackInfoMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCurrent()
      optional uint32 current = 1;
      int getTotal()
      optional uint32 total = 2;
      boolean hasCurrent()
      optional uint32 current = 1;
      boolean hasTotal()
      optional uint32 total = 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

      • hasCurrent

        boolean hasCurrent()
        optional uint32 current = 1;
      • getCurrent

        int getCurrent()
        optional uint32 current = 1;
      • hasTotal

        boolean hasTotal()
        optional uint32 total = 2;
      • getTotal

        int getTotal()
        optional uint32 total = 2;