com.zepben.protobuf.cim.iec61968.assets.StreetlightOrBuilder 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/iec61968/assets/Streetlight.proto
package com.zepben.protobuf.cim.iec61968.assets;
public interface StreetlightOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assets.Streetlight)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Structure fields for this Pole
*
*
* .zepben.protobuf.cim.iec61968.assets.Asset at = 1;
* @return Whether the at field is set.
*/
boolean hasAt();
/**
*
**
* The Structure fields for this Pole
*
*
* .zepben.protobuf.cim.iec61968.assets.Asset at = 1;
* @return The at.
*/
com.zepben.protobuf.cim.iec61968.assets.Asset getAt();
/**
*
**
* The Structure fields for this Pole
*
*
* .zepben.protobuf.cim.iec61968.assets.Asset at = 1;
*/
com.zepben.protobuf.cim.iec61968.assets.AssetOrBuilder getAtOrBuilder();
/**
*
**
* The Pole this Streetlight is attached to.
*
*
* string poleMRID = 2;
* @return The poleMRID.
*/
java.lang.String getPoleMRID();
/**
*
**
* The Pole this Streetlight is attached to.
*
*
* string poleMRID = 2;
* @return The bytes for poleMRID.
*/
com.google.protobuf.ByteString
getPoleMRIDBytes();
/**
*
**
* The kind of lamp for this Streetlight
*
*
* .zepben.protobuf.cim.iec61968.assets.StreetlightLampKind lampKind = 3;
* @return The enum numeric value on the wire for lampKind.
*/
int getLampKindValue();
/**
*
**
* The kind of lamp for this Streetlight
*
*
* .zepben.protobuf.cim.iec61968.assets.StreetlightLampKind lampKind = 3;
* @return The lampKind.
*/
com.zepben.protobuf.cim.iec61968.assets.StreetlightLampKind getLampKind();
/**
*
**
* The power rating of the light.
*
*
* uint32 lightRating = 4;
* @return The lightRating.
*/
int getLightRating();
}