com.zepben.protobuf.cim.iec61968.assetinfo.ShuntCompensatorInfoOrBuilder 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/ShuntCompensatorInfo.proto
package com.zepben.protobuf.cim.iec61968.assetinfo;
public interface ShuntCompensatorInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.ShuntCompensatorInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* AssetInfo fields for this ShuntCompensatorInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return Whether the ai field is set.
*/
boolean hasAi();
/**
*
**
* AssetInfo fields for this ShuntCompensatorInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return The ai.
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi();
/**
*
**
* AssetInfo fields for this ShuntCompensatorInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder();
/**
*
**
* Maximum allowed apparent power loss in watts.
*
*
* int32 maxPowerLoss = 2;
* @return The maxPowerLoss.
*/
int getMaxPowerLoss();
/**
*
**
* Rated current in amperes.
*
*
* int32 ratedCurrent = 3;
* @return The ratedCurrent.
*/
int getRatedCurrent();
/**
*
**
* Rated reactive power in volt-amperes reactive.
*
*
* int32 ratedReactivePower = 4;
* @return The ratedReactivePower.
*/
int getRatedReactivePower();
/**
*
**
* Rated voltage in volts.
*
*
* int32 ratedVoltage = 5;
* @return The ratedVoltage.
*/
int getRatedVoltage();
}