com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.FaultIndicatorOrBuilder 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/iec61970/base/auxiliaryequipment/FaultIndicator.proto
package com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment;
public interface FaultIndicatorOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.FaultIndicator)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The AuxiliaryEquipment fields for this FaultIndicator
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1;
* @return Whether the ae field is set.
*/
boolean hasAe();
/**
*
**
* The AuxiliaryEquipment fields for this FaultIndicator
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1;
* @return The ae.
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment getAe();
/**
*
**
* The AuxiliaryEquipment fields for this FaultIndicator
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1;
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipmentOrBuilder getAeOrBuilder();
}