com.hedera.hashgraph.sdk.proto.DurationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: duration.proto
package com.hedera.hashgraph.sdk.proto;
public interface DurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.Duration)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The number of seconds
*
*
* int64 seconds = 1;
* @return The seconds.
*/
long getSeconds();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy