public interface LinearExpressionProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCoeffs(int index)
repeated int64 coeffs = 2; |
int |
getCoeffsCount()
repeated int64 coeffs = 2; |
java.util.List<java.lang.Long> |
getCoeffsList()
repeated int64 coeffs = 2; |
long |
getOffset()
int64 offset = 3; |
int |
getVars(int index)
repeated int32 vars = 1; |
int |
getVarsCount()
repeated int32 vars = 1; |
java.util.List<java.lang.Integer> |
getVarsList()
repeated int32 vars = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.Integer> getVarsList()
repeated int32 vars = 1;
int getVarsCount()
repeated int32 vars = 1;
int getVars(int index)
repeated int32 vars = 1;
index
- The index of the element to return.java.util.List<java.lang.Long> getCoeffsList()
repeated int64 coeffs = 2;
int getCoeffsCount()
repeated int64 coeffs = 2;
long getCoeffs(int index)
repeated int64 coeffs = 2;
index
- The index of the element to return.long getOffset()
int64 offset = 3;
Copyright © 2025. All rights reserved.