Interface SubscribedParameterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SubscribedParameter, SubscribedParameter.Builder

    public interface SubscribedParameterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Yamcs.NamedObjectId getId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      int getNumericId()
      optional uint32 numericId = 2;
      boolean hasId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      boolean hasNumericId()
      optional uint32 numericId = 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 .yamcs.protobuf.NamedObjectId id = 1;
      • hasNumericId

        boolean hasNumericId()
        optional uint32 numericId = 2;
      • getNumericId

        int getNumericId()
        optional uint32 numericId = 2;