com.zepben.protobuf.hc.opendss.EventLogEntryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// 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();
}