com.zepben.protobuf.cim.iec61968.assetinfo.PowerTransformerInfoOrBuilder 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/PowerTransformerInfo.proto
package com.zepben.protobuf.cim.iec61968.assetinfo;
public interface PowerTransformerInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.PowerTransformerInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* AssetInfo fields for this PowerTransformerInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return Whether the ai field is set.
*/
boolean hasAi();
/**
*
**
* AssetInfo fields for this PowerTransformerInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
* @return The ai.
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi();
/**
*
**
* AssetInfo fields for this PowerTransformerInfo
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1;
*/
com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder();
/**
*
**
* Data for all the tanks described by this power transformer data.
*
*
* repeated string transformerTankInfoMRIDs = 2;
* @return A list containing the transformerTankInfoMRIDs.
*/
java.util.List
getTransformerTankInfoMRIDsList();
/**
*
**
* Data for all the tanks described by this power transformer data.
*
*
* repeated string transformerTankInfoMRIDs = 2;
* @return The count of transformerTankInfoMRIDs.
*/
int getTransformerTankInfoMRIDsCount();
/**
*
**
* Data for all the tanks described by this power transformer data.
*
*
* repeated string transformerTankInfoMRIDs = 2;
* @param index The index of the element to return.
* @return The transformerTankInfoMRIDs at the given index.
*/
java.lang.String getTransformerTankInfoMRIDs(int index);
/**
*
**
* Data for all the tanks described by this power transformer data.
*
*
* repeated string transformerTankInfoMRIDs = 2;
* @param index The index of the value to return.
* @return The bytes of the transformerTankInfoMRIDs at the given index.
*/
com.google.protobuf.ByteString
getTransformerTankInfoMRIDsBytes(int index);
}