com.zepben.protobuf.hc.opendss.KVBaseMismatchOrBuilder 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 KVBaseMismatchOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.KVBaseMismatch)
com.google.protobuf.MessageOrBuilder {
/**
* string load = 1;
* @return The load.
*/
java.lang.String getLoad();
/**
* string load = 1;
* @return The bytes for load.
*/
com.google.protobuf.ByteString
getLoadBytes();
/**
* double kv = 2;
* @return The kv.
*/
double getKv();
/**
* string bus = 3;
* @return The bus.
*/
java.lang.String getBus();
/**
* string bus = 3;
* @return The bytes for bus.
*/
com.google.protobuf.ByteString
getBusBytes();
/**
* double kvBase = 4;
* @return The kvBase.
*/
double getKvBase();
}