Interface SubscribeParametersDataOrBuilder

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

    public interface SubscribeParametersDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMappingCount

        int getMappingCount()
         mapping between numeric and subscribed id
         
        map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
      • containsMapping

        boolean containsMapping​(int key)
         mapping between numeric and subscribed id
         
        map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
      • getMappingMap

        Map<Integer,​Yamcs.NamedObjectId> getMappingMap()
         mapping between numeric and subscribed id
         
        map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
      • getMappingOrDefault

        Yamcs.NamedObjectId getMappingOrDefault​(int key,
                                                Yamcs.NamedObjectId defaultValue)
         mapping between numeric and subscribed id
         
        map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
      • getMappingOrThrow

        Yamcs.NamedObjectId getMappingOrThrow​(int key)
         mapping between numeric and subscribed id
         
        map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
      • getInvalid

        Yamcs.NamedObjectId getInvalid​(int index)
        repeated .yamcs.protobuf.NamedObjectId invalid = 2;
      • getInvalidCount

        int getInvalidCount()
        repeated .yamcs.protobuf.NamedObjectId invalid = 2;
      • getValues

        Pvalue.ParameterValue getValues​(int index)
        repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
      • getValuesCount

        int getValuesCount()
        repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;