Interface SetCoverProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetCoverProto, SetCoverProto.Builder

public interface SetCoverProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSubsetList

      List<SetCoverProto.Subset> getSubsetList()
       The list of subsets in the model.
       
      repeated .operations_research.SetCoverProto.Subset subset = 1;
    • getSubset

      SetCoverProto.Subset getSubset(int index)
       The list of subsets in the model.
       
      repeated .operations_research.SetCoverProto.Subset subset = 1;
    • getSubsetCount

      int getSubsetCount()
       The list of subsets in the model.
       
      repeated .operations_research.SetCoverProto.Subset subset = 1;
    • getSubsetOrBuilderList

      List<? extends SetCoverProto.SubsetOrBuilder> getSubsetOrBuilderList()
       The list of subsets in the model.
       
      repeated .operations_research.SetCoverProto.Subset subset = 1;
    • getSubsetOrBuilder

      SetCoverProto.SubsetOrBuilder getSubsetOrBuilder(int index)
       The list of subsets in the model.
       
      repeated .operations_research.SetCoverProto.Subset subset = 1;
    • hasName

      boolean hasName()
       A user-defined name for the model.
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       A user-defined name for the model.
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       A user-defined name for the model.
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasFingerprint

      boolean hasFingerprint()
       An automatically fingerprint for the model. TODO(user): Implement.
       
      optional .operations_research.Int128 fingerprint = 3;
      Returns:
      Whether the fingerprint field is set.
    • getFingerprint

      Int128 getFingerprint()
       An automatically fingerprint for the model. TODO(user): Implement.
       
      optional .operations_research.Int128 fingerprint = 3;
      Returns:
      The fingerprint.
    • getFingerprintOrBuilder

      Int128OrBuilder getFingerprintOrBuilder()
       An automatically fingerprint for the model. TODO(user): Implement.
       
      optional .operations_research.Int128 fingerprint = 3;