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

com.zepben.protobuf.hc.opendss.EventLogEntryOrBuilder 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/hc/opendss/Diagnostics.proto

package com.zepben.protobuf.hc.opendss;

public interface EventLogEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.EventLogEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 hour = 1;
   * @return The hour.
   */
  int getHour();

  /**
   * double sec = 2;
   * @return The sec.
   */
  double getSec();

  /**
   * int32 controlIter = 3;
   * @return The controlIter.
   */
  int getControlIter();

  /**
   * int32 iteration = 4;
   * @return The iteration.
   */
  int getIteration();

  /**
   * string element = 5;
   * @return The element.
   */
  java.lang.String getElement();
  /**
   * string element = 5;
   * @return The bytes for element.
   */
  com.google.protobuf.ByteString
      getElementBytes();

  /**
   * string action = 6;
   * @return The action.
   */
  java.lang.String getAction();
  /**
   * string action = 6;
   * @return The bytes for action.
   */
  com.google.protobuf.ByteString
      getActionBytes();

  /**
   * string event = 7;
   * @return The event.
   */
  java.lang.String getEvent();
  /**
   * string event = 7;
   * @return The bytes for event.
   */
  com.google.protobuf.ByteString
      getEventBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy