com.zepben.protobuf.cim.iec61968.metering.EndDeviceOrBuilder 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/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();
}