com.zepben.protobuf.cim.iec61968.customers.TariffOrBuilder 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/customers/Tariff.proto
package com.zepben.protobuf.cim.iec61968.customers;
public interface TariffOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.customers.Tariff)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Document fields for this Tariff
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
* @return Whether the doc field is set.
*/
boolean hasDoc();
/**
*
**
* The Document fields for this Tariff
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
* @return The doc.
*/
com.zepben.protobuf.cim.iec61968.common.Document getDoc();
/**
*
**
* The Document fields for this Tariff
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
*/
com.zepben.protobuf.cim.iec61968.common.DocumentOrBuilder getDocOrBuilder();
}