Interface LinkEventOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LinkInfo getLinkInfo()
      optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;
      LinkInfoOrBuilder getLinkInfoOrBuilder()
      optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;
      LinkEvent.Type getType()
      optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;
      boolean hasLinkInfo()
      optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;
      boolean hasType()
      optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 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

      • hasType

        boolean hasType()
        optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;
      • getType

        LinkEvent.Type getType()
        optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;
      • hasLinkInfo

        boolean hasLinkInfo()
        optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;
      • getLinkInfo

        LinkInfo getLinkInfo()
        optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;
      • getLinkInfoOrBuilder

        LinkInfoOrBuilder getLinkInfoOrBuilder()
        optional .yamcs.protobuf.yamcsManagement.LinkInfo linkInfo = 2;