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

com.zepben.protobuf.nm.SwitchStateUpdateOrBuilder 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/nm/set-switch-state-data.proto

package com.zepben.protobuf.nm;

public interface SwitchStateUpdateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.nm.SwitchStateUpdate)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string mRID = 1;
   * @return The mRID.
   */
  java.lang.String getMRID();
  /**
   * string mRID = 1;
   * @return The bytes for mRID.
   */
  com.google.protobuf.ByteString
      getMRIDBytes();

  /**
   * bool setOpen = 2;
   * @return The setOpen.
   */
  boolean getSetOpen();

  /**
   * .google.protobuf.Timestamp timestamp = 3;
   * @return Whether the timestamp field is set.
   */
  boolean hasTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 3;
   * @return The timestamp.
   */
  com.google.protobuf.Timestamp getTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 3;
   */
  com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy