com.zepben.protobuf.cim.iec61968.assetinfo.CableInfoOrBuilder 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/assetinfo/CableInfo.proto
package com.zepben.protobuf.cim.iec61968.assetinfo;
public interface CableInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.CableInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The WireInfo fields for this CableInfo
*
*
* .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1;
* @return Whether the wi field is set.
*/
boolean hasWi();
/**
*
**
* The WireInfo fields for this CableInfo
*
*
* .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1;
* @return The wi.
*/
com.zepben.protobuf.cim.iec61968.assetinfo.WireInfo getWi();
/**
*
**
* The WireInfo fields for this CableInfo
*
*
* .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1;
*/
com.zepben.protobuf.cim.iec61968.assetinfo.WireInfoOrBuilder getWiOrBuilder();
}