Interface ArcLpValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArcLpValue
,ArcLpValue.Builder
@Generated
public interface ArcLpValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasTail
boolean hasTail()optional int32 tail = 1;
- Returns:
- Whether the tail field is set.
-
getTail
int getTail()optional int32 tail = 1;
- Returns:
- The tail.
-
hasHead
boolean hasHead()optional int32 head = 2;
- Returns:
- Whether the head field is set.
-
getHead
int getHead()optional int32 head = 2;
- Returns:
- The head.
-
hasLpValue
boolean hasLpValue()optional double lp_value = 3;
- Returns:
- Whether the lpValue field is set.
-
getLpValue
double getLpValue()optional double lp_value = 3;
- Returns:
- The lpValue.
-