com.zepben.protobuf.cim.iec61968.assetinfo.SwitchInfoOrBuilder 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/SwitchInfo.proto
package com.zepben.protobuf.cim.iec61968.assetinfo;
public interface SwitchInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.SwitchInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The AssetInfo fields for this SwitchInfo.
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return Whether the ai field is set.
*/
boolean hasAi();
/**
*
**
* The AssetInfo fields for this SwitchInfo.
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return The ai.
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi();
/**
*
**
* The AssetInfo fields for this SwitchInfo.
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder();
/**
*
**
* Switch rated interrupting time in seconds.
*
*
* double ratedInterruptingTime = 2;
* @return The ratedInterruptingTime.
*/
double getRatedInterruptingTime();
}