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

com.hederahashgraph.api.proto.java.DurationOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: duration.proto

package com.hederahashgraph.api.proto.java;

public interface DurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.Duration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The number of seconds
   * 
* * int64 seconds = 1; * @return The seconds. */ long getSeconds(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy