com.zepben.protobuf.cc.CustomerIdentifiedObjectOrBuilder 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/cc/cc-data.proto
package com.zepben.protobuf.cc;
public interface CustomerIdentifiedObjectOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cc.CustomerIdentifiedObject)
com.google.protobuf.MessageOrBuilder {
/**
* .zepben.protobuf.cim.iec61968.common.Organisation organisation = 1;
* @return Whether the organisation field is set.
*/
boolean hasOrganisation();
/**
* .zepben.protobuf.cim.iec61968.common.Organisation organisation = 1;
* @return The organisation.
*/
com.zepben.protobuf.cim.iec61968.common.Organisation getOrganisation();
/**
* .zepben.protobuf.cim.iec61968.common.Organisation organisation = 1;
*/
com.zepben.protobuf.cim.iec61968.common.OrganisationOrBuilder getOrganisationOrBuilder();
/**
* .zepben.protobuf.cim.iec61968.customers.Customer customer = 2;
* @return Whether the customer field is set.
*/
boolean hasCustomer();
/**
* .zepben.protobuf.cim.iec61968.customers.Customer customer = 2;
* @return The customer.
*/
com.zepben.protobuf.cim.iec61968.customers.Customer getCustomer();
/**
* .zepben.protobuf.cim.iec61968.customers.Customer customer = 2;
*/
com.zepben.protobuf.cim.iec61968.customers.CustomerOrBuilder getCustomerOrBuilder();
/**
* .zepben.protobuf.cim.iec61968.customers.CustomerAgreement customerAgreement = 3;
* @return Whether the customerAgreement field is set.
*/
boolean hasCustomerAgreement();
/**
* .zepben.protobuf.cim.iec61968.customers.CustomerAgreement customerAgreement = 3;
* @return The customerAgreement.
*/
com.zepben.protobuf.cim.iec61968.customers.CustomerAgreement getCustomerAgreement();
/**
* .zepben.protobuf.cim.iec61968.customers.CustomerAgreement customerAgreement = 3;
*/
com.zepben.protobuf.cim.iec61968.customers.CustomerAgreementOrBuilder getCustomerAgreementOrBuilder();
/**
* .zepben.protobuf.cim.iec61968.customers.PricingStructure pricingStructure = 4;
* @return Whether the pricingStructure field is set.
*/
boolean hasPricingStructure();
/**
* .zepben.protobuf.cim.iec61968.customers.PricingStructure pricingStructure = 4;
* @return The pricingStructure.
*/
com.zepben.protobuf.cim.iec61968.customers.PricingStructure getPricingStructure();
/**
* .zepben.protobuf.cim.iec61968.customers.PricingStructure pricingStructure = 4;
*/
com.zepben.protobuf.cim.iec61968.customers.PricingStructureOrBuilder getPricingStructureOrBuilder();
/**
* .zepben.protobuf.cim.iec61968.customers.Tariff tariff = 5;
* @return Whether the tariff field is set.
*/
boolean hasTariff();
/**
* .zepben.protobuf.cim.iec61968.customers.Tariff tariff = 5;
* @return The tariff.
*/
com.zepben.protobuf.cim.iec61968.customers.Tariff getTariff();
/**
* .zepben.protobuf.cim.iec61968.customers.Tariff tariff = 5;
*/
com.zepben.protobuf.cim.iec61968.customers.TariffOrBuilder getTariffOrBuilder();
/**
* .google.protobuf.Any other = 999;
* @return Whether the other field is set.
*/
boolean hasOther();
/**
* .google.protobuf.Any other = 999;
* @return The other.
*/
com.google.protobuf.Any getOther();
/**
* .google.protobuf.Any other = 999;
*/
com.google.protobuf.AnyOrBuilder getOtherOrBuilder();
com.zepben.protobuf.cc.CustomerIdentifiedObject.IdentifiedObjectCase getIdentifiedObjectCase();
}