com.zepben.protobuf.hc.opendss.TapsReportOrBuilder 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 TapsReportOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.TapsReport)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* double tap = 2;
* @return The tap.
*/
double getTap();
/**
* double min = 3;
* @return The min.
*/
double getMin();
/**
* double max = 4;
* @return The max.
*/
double getMax();
/**
* double step = 5;
* @return The step.
*/
double getStep();
/**
* int32 position = 6;
* @return The position.
*/
int getPosition();
}