Interface TcoCoefficientsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TcoCoefficients, TcoCoefficients.Builder

    public interface TcoCoefficientsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getGradient()
      optional double gradient = 3;
      long getObt()
      optional uint64 obt = 2;
      double getOffset()
      optional double offset = 4;
      com.google.protobuf.Timestamp getUtc()
      optional .google.protobuf.Timestamp utc = 1;
      com.google.protobuf.TimestampOrBuilder getUtcOrBuilder()
      optional .google.protobuf.Timestamp utc = 1;
      boolean hasGradient()
      optional double gradient = 3;
      boolean hasObt()
      optional uint64 obt = 2;
      boolean hasOffset()
      optional double offset = 4;
      boolean hasUtc()
      optional .google.protobuf.Timestamp utc = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUtc

        boolean hasUtc()
        optional .google.protobuf.Timestamp utc = 1;
      • getUtc

        com.google.protobuf.Timestamp getUtc()
        optional .google.protobuf.Timestamp utc = 1;
      • getUtcOrBuilder

        com.google.protobuf.TimestampOrBuilder getUtcOrBuilder()
        optional .google.protobuf.Timestamp utc = 1;
      • hasObt

        boolean hasObt()
        optional uint64 obt = 2;
      • getObt

        long getObt()
        optional uint64 obt = 2;
      • hasGradient

        boolean hasGradient()
        optional double gradient = 3;
      • getGradient

        double getGradient()
        optional double gradient = 3;
      • hasOffset

        boolean hasOffset()
        optional double offset = 4;
      • getOffset

        double getOffset()
        optional double offset = 4;