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

com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValueOrBuilder 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/iec61970/base/meas/MeasurementValue.proto

package com.zepben.protobuf.cim.iec61970.base.meas;

public interface MeasurementValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.MeasurementValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The time when the value was last updated.
   * 
* * .google.protobuf.Timestamp timeStamp = 1; * @return Whether the timeStamp field is set. */ boolean hasTimeStamp(); /** *
   **
   * The time when the value was last updated.
   * 
* * .google.protobuf.Timestamp timeStamp = 1; * @return The timeStamp. */ com.google.protobuf.Timestamp getTimeStamp(); /** *
   **
   * The time when the value was last updated.
   * 
* * .google.protobuf.Timestamp timeStamp = 1; */ com.google.protobuf.TimestampOrBuilder getTimeStampOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy