com.zepben.protobuf.cim.iec61968.customers.PricingStructureOrBuilder 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/PricingStructure.proto
package com.zepben.protobuf.cim.iec61968.customers;
public interface PricingStructureOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.customers.PricingStructure)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Document fields for this PricingStructure
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
* @return Whether the doc field is set.
*/
boolean hasDoc();
/**
*
**
* The Document fields for this PricingStructure
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
* @return The doc.
*/
com.zepben.protobuf.cim.iec61968.common.Document getDoc();
/**
*
**
* The Document fields for this PricingStructure
*
*
* .zepben.protobuf.cim.iec61968.common.Document doc = 1;
*/
com.zepben.protobuf.cim.iec61968.common.DocumentOrBuilder getDocOrBuilder();
/**
*
**
* All tariffs used by this pricing structure.
*
*
* repeated string tariffMRIDs = 2;
* @return A list containing the tariffMRIDs.
*/
java.util.List
getTariffMRIDsList();
/**
*
**
* All tariffs used by this pricing structure.
*
*
* repeated string tariffMRIDs = 2;
* @return The count of tariffMRIDs.
*/
int getTariffMRIDsCount();
/**
*
**
* All tariffs used by this pricing structure.
*
*
* repeated string tariffMRIDs = 2;
* @param index The index of the element to return.
* @return The tariffMRIDs at the given index.
*/
java.lang.String getTariffMRIDs(int index);
/**
*
**
* All tariffs used by this pricing structure.
*
*
* repeated string tariffMRIDs = 2;
* @param index The index of the value to return.
* @return The bytes of the tariffMRIDs at the given index.
*/
com.google.protobuf.ByteString
getTariffMRIDsBytes(int index);
}