Package org.yamcs.protobuf
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 doublegetGradient()optional double gradient = 3;longgetObt()optional uint64 obt = 2;doublegetOffset()optional double offset = 4;com.google.protobuf.TimestampgetUtc()optional .google.protobuf.Timestamp utc = 1;com.google.protobuf.TimestampOrBuildergetUtcOrBuilder()optional .google.protobuf.Timestamp utc = 1;booleanhasGradient()optional double gradient = 3;booleanhasObt()optional uint64 obt = 2;booleanhasOffset()optional double offset = 4;booleanhasUtc()optional .google.protobuf.Timestamp utc = 1;-
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;
-
-