com.zepben.protobuf.cim.iec61968.assetinfo.TransformerTestOrBuilder 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/cim/iec61968/assetinfo/TransformerTest.proto
package com.zepben.protobuf.cim.iec61968.assetinfo;
public interface TransformerTestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.TransformerTest)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* IdentifiedObject fields for this TransformerTest.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return Whether the io field is set.
*/
boolean hasIo();
/**
*
**
* IdentifiedObject fields for this TransformerTest.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return The io.
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObject getIo();
/**
*
**
* IdentifiedObject fields for this TransformerTest.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObjectOrBuilder getIoOrBuilder();
/**
*
**
* Base power at which the tests are conducted, usually equal to the ratedS of one of the involved transformer ends.
*
*
* int32 basePower = 2;
* @return The basePower.
*/
int getBasePower();
/**
*
**
* Temperature at which the test is conducted.
*
*
* double temperature = 3;
* @return The temperature.
*/
double getTemperature();
}