com.zepben.protobuf.cim.iec61970.base.scada.RemoteControlOrBuilder 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/scada/RemoteControl.proto
package com.zepben.protobuf.cim.iec61970.base.scada;
public interface RemoteControlOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.scada.RemoteControl)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* RemotePoint fields for this RemoteControl.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
* @return Whether the rp field is set.
*/
boolean hasRp();
/**
*
**
* RemotePoint fields for this RemoteControl.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
* @return The rp.
*/
com.zepben.protobuf.cim.iec61970.base.scada.RemotePoint getRp();
/**
*
**
* RemotePoint fields for this RemoteControl.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
*/
com.zepben.protobuf.cim.iec61970.base.scada.RemotePointOrBuilder getRpOrBuilder();
/**
*
**
* The Control for the RemoteControl point.
*
*
* string controlMRID = 2;
* @return The controlMRID.
*/
java.lang.String getControlMRID();
/**
*
**
* The Control for the RemoteControl point.
*
*
* string controlMRID = 2;
* @return The bytes for controlMRID.
*/
com.google.protobuf.ByteString
getControlMRIDBytes();
}