All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61968.metering.EndDeviceOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/cim/iec61968/metering/EndDevice.proto

package com.zepben.protobuf.cim.iec61968.metering;

public interface EndDeviceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.metering.EndDevice)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * AssetContainer fields for this EndDevice
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; * @return Whether the ac field is set. */ boolean hasAc(); /** *
   **
   * AssetContainer fields for this EndDevice
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; * @return The ac. */ com.zepben.protobuf.cim.iec61968.assets.AssetContainer getAc(); /** *
   **
   * AssetContainer fields for this EndDevice
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetContainerOrBuilder getAcOrBuilder(); /** *
   **
   * Usage point to which this end device belongs. Repeated to handle cases where the UsagePoint is not
   * well defined and it could be one of many.
   * 
* * repeated string usagePointMRIDs = 2; * @return A list containing the usagePointMRIDs. */ java.util.List getUsagePointMRIDsList(); /** *
   **
   * Usage point to which this end device belongs. Repeated to handle cases where the UsagePoint is not
   * well defined and it could be one of many.
   * 
* * repeated string usagePointMRIDs = 2; * @return The count of usagePointMRIDs. */ int getUsagePointMRIDsCount(); /** *
   **
   * Usage point to which this end device belongs. Repeated to handle cases where the UsagePoint is not
   * well defined and it could be one of many.
   * 
* * repeated string usagePointMRIDs = 2; * @param index The index of the element to return. * @return The usagePointMRIDs at the given index. */ java.lang.String getUsagePointMRIDs(int index); /** *
   **
   * Usage point to which this end device belongs. Repeated to handle cases where the UsagePoint is not
   * well defined and it could be one of many.
   * 
* * repeated string usagePointMRIDs = 2; * @param index The index of the value to return. * @return The bytes of the usagePointMRIDs at the given index. */ com.google.protobuf.ByteString getUsagePointMRIDsBytes(int index); /** *
   **
   * Reference to customer owning this end device.
   * 
* * string customerMRID = 3; * @return The customerMRID. */ java.lang.String getCustomerMRID(); /** *
   **
   * Reference to customer owning this end device.
   * 
* * string customerMRID = 3; * @return The bytes for customerMRID. */ com.google.protobuf.ByteString getCustomerMRIDBytes(); /** *
   **
   * Service location whose service delivery is measured by this end device.
   * 
* * string serviceLocationMRID = 4; * @return The serviceLocationMRID. */ java.lang.String getServiceLocationMRID(); /** *
   **
   * Service location whose service delivery is measured by this end device.
   * 
* * string serviceLocationMRID = 4; * @return The bytes for serviceLocationMRID. */ com.google.protobuf.ByteString getServiceLocationMRIDBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy