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

com.zepben.protobuf.mp.CreateDiscreteValueRequestOrBuilder 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-requests.proto

package com.zepben.protobuf.mp;

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

  /**
   * int64 messageId = 1;
   * @return The messageId.
   */
  long getMessageId();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy