com.zepben.protobuf.nm.SwitchStateUpdateOrBuilder 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/nm/set-switch-state-data.proto
package com.zepben.protobuf.nm;
public interface SwitchStateUpdateOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nm.SwitchStateUpdate)
com.google.protobuf.MessageOrBuilder {
/**
* string mRID = 1;
* @return The mRID.
*/
java.lang.String getMRID();
/**
* string mRID = 1;
* @return The bytes for mRID.
*/
com.google.protobuf.ByteString
getMRIDBytes();
/**
* bool setOpen = 2;
* @return The setOpen.
*/
boolean getSetOpen();
/**
* .google.protobuf.Timestamp timestamp = 3;
* @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 3;
* @return The timestamp.
*/
com.google.protobuf.Timestamp getTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 3;
*/
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();
}