com.zepben.protobuf.hc.opendss.SummaryReportOrBuilder 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 SummaryReportOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.SummaryReport)
com.google.protobuf.MessageOrBuilder {
/**
* string caseName = 1;
* @return The caseName.
*/
java.lang.String getCaseName();
/**
* string caseName = 1;
* @return The bytes for caseName.
*/
com.google.protobuf.ByteString
getCaseNameBytes();
/**
* bool solved = 2;
* @return The solved.
*/
boolean getSolved();
/**
* string mode = 3;
* @return The mode.
*/
java.lang.String getMode();
/**
* string mode = 3;
* @return The bytes for mode.
*/
com.google.protobuf.ByteString
getModeBytes();
/**
* int32 number = 4;
* @return The number.
*/
int getNumber();
/**
* double loadMult = 5;
* @return The loadMult.
*/
double getLoadMult();
/**
* int32 numDevices = 6;
* @return The numDevices.
*/
int getNumDevices();
/**
* int32 numBuses = 7;
* @return The numBuses.
*/
int getNumBuses();
/**
* int32 numNodes = 8;
* @return The numNodes.
*/
int getNumNodes();
/**
* int32 iterations = 9;
* @return The iterations.
*/
int getIterations();
/**
* string controlMode = 10;
* @return The controlMode.
*/
java.lang.String getControlMode();
/**
* string controlMode = 10;
* @return The bytes for controlMode.
*/
com.google.protobuf.ByteString
getControlModeBytes();
/**
* int32 controlIterations = 11;
* @return The controlIterations.
*/
int getControlIterations();
/**
* int32 mostIterationsDone = 12;
* @return The mostIterationsDone.
*/
int getMostIterationsDone();
/**
* int32 year = 13;
* @return The year.
*/
int getYear();
/**
* int32 hour = 14;
* @return The hour.
*/
int getHour();
/**
* double maxPuVoltage = 15;
* @return The maxPuVoltage.
*/
double getMaxPuVoltage();
/**
* double minPuVoltage = 16;
* @return The minPuVoltage.
*/
double getMinPuVoltage();
/**
* double totalMW = 17;
* @return The totalMW.
*/
double getTotalMW();
/**
* double totalMvar = 18;
* @return The totalMvar.
*/
double getTotalMvar();
/**
* double mwLosses = 19;
* @return The mwLosses.
*/
double getMwLosses();
/**
* double pctLosses = 20;
* @return The pctLosses.
*/
double getPctLosses();
/**
* double mvarLosses = 21;
* @return The mvarLosses.
*/
double getMvarLosses();
/**
* double frequency = 22;
* @return The frequency.
*/
double getFrequency();
}