public interface SetCoverProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Int128 |
getFingerprint()
An automatically fingerprint for the model.
|
Int128OrBuilder |
getFingerprintOrBuilder()
An automatically fingerprint for the model.
|
java.lang.String |
getName()
A user-defined name for the model.
|
com.google.protobuf.ByteString |
getNameBytes()
A user-defined name for the model.
|
SetCoverProto.Subset |
getSubset(int index)
The list of subsets in the model.
|
int |
getSubsetCount()
The list of subsets in the model.
|
java.util.List<SetCoverProto.Subset> |
getSubsetList()
The list of subsets in the model.
|
SetCoverProto.SubsetOrBuilder |
getSubsetOrBuilder(int index)
The list of subsets in the model.
|
java.util.List<? extends SetCoverProto.SubsetOrBuilder> |
getSubsetOrBuilderList()
The list of subsets in the model.
|
boolean |
hasFingerprint()
An automatically fingerprint for the model.
|
boolean |
hasName()
A user-defined name for the model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<SetCoverProto.Subset> getSubsetList()
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
SetCoverProto.Subset getSubset(int index)
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
int getSubsetCount()
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
java.util.List<? extends SetCoverProto.SubsetOrBuilder> getSubsetOrBuilderList()
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
SetCoverProto.SubsetOrBuilder getSubsetOrBuilder(int index)
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
boolean hasName()
A user-defined name for the model.
optional string name = 2;
java.lang.String getName()
A user-defined name for the model.
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
A user-defined name for the model.
optional string name = 2;
boolean hasFingerprint()
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Int128 getFingerprint()
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Int128OrBuilder getFingerprintOrBuilder()
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Copyright © 2025. All rights reserved.