com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.SensorOrBuilder 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/Sensor.proto
package com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment;
public interface SensorOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The AuxiliaryEquipment fields for this Sensor.
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1;
* @return Whether the ae field is set.
*/
boolean hasAe();
/**
*
**
* The AuxiliaryEquipment fields for this Sensor.
*
*
* .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 Sensor.
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1;
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipmentOrBuilder getAeOrBuilder();
/**
*
**
* The relay functions influenced by this Sensor.
*
*
* repeated string relayFunctionMRIDs = 2;
* @return A list containing the relayFunctionMRIDs.
*/
java.util.List
getRelayFunctionMRIDsList();
/**
*
**
* The relay functions influenced by this Sensor.
*
*
* repeated string relayFunctionMRIDs = 2;
* @return The count of relayFunctionMRIDs.
*/
int getRelayFunctionMRIDsCount();
/**
*
**
* The relay functions influenced by this Sensor.
*
*
* repeated string relayFunctionMRIDs = 2;
* @param index The index of the element to return.
* @return The relayFunctionMRIDs at the given index.
*/
java.lang.String getRelayFunctionMRIDs(int index);
/**
*
**
* The relay functions influenced by this Sensor.
*
*
* repeated string relayFunctionMRIDs = 2;
* @param index The index of the value to return.
* @return The bytes of the relayFunctionMRIDs at the given index.
*/
com.google.protobuf.ByteString
getRelayFunctionMRIDsBytes(int index);
}