com.zepben.protobuf.cim.iec61968.customers.CustomerAgreementOrBuilder 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/CustomerAgreement.proto
package com.zepben.protobuf.cim.iec61968.customers;
public interface CustomerAgreementOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.customers.CustomerAgreement)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Agreement fields for this CustomerAgreement
*
*
* .zepben.protobuf.cim.iec61968.common.Agreement agr = 1;
* @return Whether the agr field is set.
*/
boolean hasAgr();
/**
*
**
* The Agreement fields for this CustomerAgreement
*
*
* .zepben.protobuf.cim.iec61968.common.Agreement agr = 1;
* @return The agr.
*/
com.zepben.protobuf.cim.iec61968.common.Agreement getAgr();
/**
*
**
* The Agreement fields for this CustomerAgreement
*
*
* .zepben.protobuf.cim.iec61968.common.Agreement agr = 1;
*/
com.zepben.protobuf.cim.iec61968.common.AgreementOrBuilder getAgrOrBuilder();
/**
*
**
* Customer for this agreement.
*
*
* string customerMRID = 2;
* @return The customerMRID.
*/
java.lang.String getCustomerMRID();
/**
*
**
* Customer for this agreement.
*
*
* string customerMRID = 2;
* @return The bytes for customerMRID.
*/
com.google.protobuf.ByteString
getCustomerMRIDBytes();
/**
*
**
* All pricing structures applicable to this customer agreement.
*
*
* repeated string pricingStructureMRIDs = 3;
* @return A list containing the pricingStructureMRIDs.
*/
java.util.List
getPricingStructureMRIDsList();
/**
*
**
* All pricing structures applicable to this customer agreement.
*
*
* repeated string pricingStructureMRIDs = 3;
* @return The count of pricingStructureMRIDs.
*/
int getPricingStructureMRIDsCount();
/**
*
**
* All pricing structures applicable to this customer agreement.
*
*
* repeated string pricingStructureMRIDs = 3;
* @param index The index of the element to return.
* @return The pricingStructureMRIDs at the given index.
*/
java.lang.String getPricingStructureMRIDs(int index);
/**
*
**
* All pricing structures applicable to this customer agreement.
*
*
* repeated string pricingStructureMRIDs = 3;
* @param index The index of the value to return.
* @return The bytes of the pricingStructureMRIDs at the given index.
*/
com.google.protobuf.ByteString
getPricingStructureMRIDsBytes(int index);
}