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

com.zepben.protobuf.mp.ErrorDetailOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/mp/mp-responses.proto

package com.zepben.protobuf.mp;

public interface ErrorDetailOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.mp.ErrorDetail)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
   * @return Whether the accumulatorValue field is set.
   */
  boolean hasAccumulatorValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
   * @return The accumulatorValue.
   */
  com.zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue getAccumulatorValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
   */
  com.zepben.protobuf.cim.iec61970.base.meas.AccumulatorValueOrBuilder getAccumulatorValueOrBuilder();

  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
   * @return Whether the analogValue field is set.
   */
  boolean hasAnalogValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
   * @return The analogValue.
   */
  com.zepben.protobuf.cim.iec61970.base.meas.AnalogValue getAnalogValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
   */
  com.zepben.protobuf.cim.iec61970.base.meas.AnalogValueOrBuilder getAnalogValueOrBuilder();

  /**
   * .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
   * @return Whether the discreteValue field is set.
   */
  boolean hasDiscreteValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
   * @return The discreteValue.
   */
  com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValue getDiscreteValue();
  /**
   * .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
   */
  com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValueOrBuilder getDiscreteValueOrBuilder();

  /**
   * string error = 4;
   * @return The error.
   */
  java.lang.String getError();
  /**
   * string error = 4;
   * @return The bytes for error.
   */
  com.google.protobuf.ByteString
      getErrorBytes();

  com.zepben.protobuf.mp.ErrorDetail.ValueCase getValueCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy