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
Modifier and TypeMethodDescriptiondouble
optional double gradient = 3;
long
getObt()
optional uint64 obt = 2;
double
optional double offset = 4;
com.google.protobuf.Timestamp
getUtc()
optional .google.protobuf.Timestamp utc = 1;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp utc = 1;
boolean
optional double gradient = 3;
boolean
hasObt()
optional uint64 obt = 2;
boolean
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 Details
-
hasUtc
boolean hasUtc()optional .google.protobuf.Timestamp utc = 1;
- Returns:
- Whether the utc field is set.
-
getUtc
com.google.protobuf.Timestamp getUtc()optional .google.protobuf.Timestamp utc = 1;
- Returns:
- The utc.
-
getUtcOrBuilder
com.google.protobuf.TimestampOrBuilder getUtcOrBuilder()optional .google.protobuf.Timestamp utc = 1;
-
hasObt
boolean hasObt()optional uint64 obt = 2;
- Returns:
- Whether the obt field is set.
-
getObt
long getObt()optional uint64 obt = 2;
- Returns:
- The obt.
-
hasGradient
boolean hasGradient()optional double gradient = 3;
- Returns:
- Whether the gradient field is set.
-
getGradient
double getGradient()optional double gradient = 3;
- Returns:
- The gradient.
-
hasOffset
boolean hasOffset()optional double offset = 4;
- Returns:
- Whether the offset field is set.
-
getOffset
double getOffset()optional double offset = 4;
- Returns:
- The offset.
-