com.hedera.hashgraph.sdk.proto.FractionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface FractionOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.Fraction)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The rational's numerator
*
*
* int64 numerator = 1;
* @return The numerator.
*/
long getNumerator();
/**
*
**
* The rational's denominator; a zero value will result in FRACTION_DIVIDES_BY_ZERO
*
*
* int64 denominator = 2;
* @return The denominator.
*/
long getDenominator();
}