All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ShelveInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/alarms/alarms.proto

package org.yamcs.protobuf;

public interface ShelveInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.alarms.ShelveInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string shelvedBy = 1;
   * @return Whether the shelvedBy field is set.
   */
  boolean hasShelvedBy();
  /**
   * optional string shelvedBy = 1;
   * @return The shelvedBy.
   */
  java.lang.String getShelvedBy();
  /**
   * optional string shelvedBy = 1;
   * @return The bytes for shelvedBy.
   */
  com.google.protobuf.ByteString
      getShelvedByBytes();

  /**
   * optional string shelveMessage = 2;
   * @return Whether the shelveMessage field is set.
   */
  boolean hasShelveMessage();
  /**
   * optional string shelveMessage = 2;
   * @return The shelveMessage.
   */
  java.lang.String getShelveMessage();
  /**
   * optional string shelveMessage = 2;
   * @return The bytes for shelveMessage.
   */
  com.google.protobuf.ByteString
      getShelveMessageBytes();

  /**
   * optional .google.protobuf.Timestamp shelveTime = 3;
   * @return Whether the shelveTime field is set.
   */
  boolean hasShelveTime();
  /**
   * optional .google.protobuf.Timestamp shelveTime = 3;
   * @return The shelveTime.
   */
  com.google.protobuf.Timestamp getShelveTime();
  /**
   * optional .google.protobuf.Timestamp shelveTime = 3;
   */
  com.google.protobuf.TimestampOrBuilder getShelveTimeOrBuilder();

  /**
   * 
   *when the shelving will expire (can be unset which means that it will never expire)
   * 
* * optional .google.protobuf.Timestamp shelveExpiration = 4; * @return Whether the shelveExpiration field is set. */ boolean hasShelveExpiration(); /** *
   *when the shelving will expire (can be unset which means that it will never expire)
   * 
* * optional .google.protobuf.Timestamp shelveExpiration = 4; * @return The shelveExpiration. */ com.google.protobuf.Timestamp getShelveExpiration(); /** *
   *when the shelving will expire (can be unset which means that it will never expire)
   * 
* * optional .google.protobuf.Timestamp shelveExpiration = 4; */ com.google.protobuf.TimestampOrBuilder getShelveExpirationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy