com.zepben.protobuf.cim.iec61970.base.meas.ControlOrBuilder 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/meas/Control.proto
package com.zepben.protobuf.cim.iec61970.base.meas;
public interface ControlOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.Control)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* IoPoint fields for this Control
*
*
* .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1;
* @return Whether the ip field is set.
*/
boolean hasIp();
/**
*
**
* IoPoint fields for this Control
*
*
* .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1;
* @return The ip.
*/
com.zepben.protobuf.cim.iec61970.base.meas.IoPoint getIp();
/**
*
**
* IoPoint fields for this Control
*
*
* .zepben.protobuf.cim.iec61970.base.meas.IoPoint ip = 1;
*/
com.zepben.protobuf.cim.iec61970.base.meas.IoPointOrBuilder getIpOrBuilder();
/**
*
**
* Regulating device governed by this control output.
*
*
* string powerSystemResourceMRID = 3;
* @return The powerSystemResourceMRID.
*/
java.lang.String getPowerSystemResourceMRID();
/**
*
**
* Regulating device governed by this control output.
*
*
* string powerSystemResourceMRID = 3;
* @return The bytes for powerSystemResourceMRID.
*/
com.google.protobuf.ByteString
getPowerSystemResourceMRIDBytes();
/**
*
**
* The remote point controlling the physical actuator.
* The presence of a remoteControl indicates that the actuator is remotely controllable (i.e: remoteControlled = True)
*
*
* string remoteControlMRID = 4;
* @return The remoteControlMRID.
*/
java.lang.String getRemoteControlMRID();
/**
*
**
* The remote point controlling the physical actuator.
* The presence of a remoteControl indicates that the actuator is remotely controllable (i.e: remoteControlled = True)
*
*
* string remoteControlMRID = 4;
* @return The bytes for remoteControlMRID.
*/
com.google.protobuf.ByteString
getRemoteControlMRIDBytes();
}