Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.algorithms.SetCoverSolutionResponse.Builder Class Reference
Inheritance diagram for com.google.ortools.algorithms.SetCoverSolutionResponse.Builder:
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder

Public Member Functions

Builder clear ()
 
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
 
com.google.ortools.algorithms.SetCoverSolutionResponse getDefaultInstanceForType ()
 
com.google.ortools.algorithms.SetCoverSolutionResponse build ()
 
com.google.ortools.algorithms.SetCoverSolutionResponse buildPartial ()
 
Builder clone ()
 
Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
 
Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
 
Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
 
Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder mergeFrom (com.google.protobuf.Message other)
 
Builder mergeFrom (com.google.ortools.algorithms.SetCoverSolutionResponse other)
 
final boolean isInitialized ()
 
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
boolean hasStatus ()
 
int getStatusValue ()
 
Builder setStatusValue (int value)
 
com.google.ortools.algorithms.SetCoverSolutionResponse.Status getStatus ()
 
Builder setStatus (com.google.ortools.algorithms.SetCoverSolutionResponse.Status value)
 
Builder clearStatus ()
 
boolean hasNumSubsets ()
 
int getNumSubsets ()
 
Builder setNumSubsets (int value)
 
Builder clearNumSubsets ()
 
java.util.List< java.lang.Integer > getSubsetList ()
 
int getSubsetCount ()
 
int getSubset (int index)
 
Builder setSubset (int index, int value)
 
Builder addSubset (int value)
 
Builder addAllSubset (java.lang.Iterable<? extends java.lang.Integer > values)
 
Builder clearSubset ()
 
boolean hasCost ()
 
double getCost ()
 
Builder setCost (double value)
 
Builder clearCost ()
 
boolean hasCostLowerBound ()
 
double getCostLowerBound ()
 
Builder setCostLowerBound (double value)
 
Builder clearCostLowerBound ()
 
boolean hasFingerprint ()
 
com.google.ortools.util.Int128 getFingerprint ()
 
Builder setFingerprint (com.google.ortools.util.Int128 value)
 
Builder setFingerprint (com.google.ortools.util.Int128.Builder builderForValue)
 
Builder mergeFingerprint (com.google.ortools.util.Int128 value)
 
Builder clearFingerprint ()
 
com.google.ortools.util.Int128.Builder getFingerprintBuilder ()
 
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder ()
 
boolean hasModelFingerprint ()
 
com.google.ortools.util.Int128 getModelFingerprint ()
 
Builder setModelFingerprint (com.google.ortools.util.Int128 value)
 
Builder setModelFingerprint (com.google.ortools.util.Int128.Builder builderForValue)
 
Builder mergeModelFingerprint (com.google.ortools.util.Int128 value)
 
Builder clearModelFingerprint ()
 
com.google.ortools.util.Int128.Builder getModelFingerprintBuilder ()
 
com.google.ortools.util.Int128OrBuilder getModelFingerprintOrBuilder ()
 
final Builder setUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 
final Builder mergeUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 

Protected Member Functions

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 

Detailed Description

Protobuf type operations_research.SetCoverSolutionResponse

Definition at line 740 of file SetCoverSolutionResponse.java.

Member Function Documentation

◆ addAllSubset()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.addAllSubset ( java.lang.Iterable<? extends java.lang.Integer > values)
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Parameters
valuesThe subset to add.
Returns
This builder for chaining.

Definition at line 1260 of file SetCoverSolutionResponse.java.

◆ addRepeatedField()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.addRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 889 of file SetCoverSolutionResponse.java.

◆ addSubset()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.addSubset ( int value)
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Parameters
valueThe subset to add.
Returns
This builder for chaining.

Definition at line 1243 of file SetCoverSolutionResponse.java.

◆ build()

com.google.ortools.algorithms.SetCoverSolutionResponse com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.build ( )

Definition at line 808 of file SetCoverSolutionResponse.java.

◆ buildPartial()

com.google.ortools.algorithms.SetCoverSolutionResponse com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.buildPartial ( )

Definition at line 817 of file SetCoverSolutionResponse.java.

◆ clear()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clear ( )

Definition at line 775 of file SetCoverSolutionResponse.java.

◆ clearCost()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearCost ( )
The cost of the solution, as computed by the algorithm.

optional double cost = 4;

Returns
This builder for chaining.

Definition at line 1333 of file SetCoverSolutionResponse.java.

◆ clearCostLowerBound()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearCostLowerBound ( )
A lower bound of the solution, as computed by the algorithm.

optional double cost_lower_bound = 5;

Returns
This builder for chaining.

Definition at line 1389 of file SetCoverSolutionResponse.java.

◆ clearField()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearField ( com.google.protobuf.Descriptors.FieldDescriptor field)

Definition at line 873 of file SetCoverSolutionResponse.java.

◆ clearFingerprint()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearFingerprint ( )
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Definition at line 1495 of file SetCoverSolutionResponse.java.

◆ clearModelFingerprint()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearModelFingerprint ( )
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Definition at line 1652 of file SetCoverSolutionResponse.java.

◆ clearNumSubsets()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearNumSubsets ( )
The number of subsets that are selected in the solution. This is used
to decompress their indices below.

optional int32 num_subsets = 2;

Returns
This builder for chaining.

Definition at line 1165 of file SetCoverSolutionResponse.java.

◆ clearOneof()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

Definition at line 878 of file SetCoverSolutionResponse.java.

◆ clearStatus()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearStatus ( )
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Returns
This builder for chaining.

Definition at line 1105 of file SetCoverSolutionResponse.java.

◆ clearSubset()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clearSubset ( )
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Returns
This builder for chaining.

Definition at line 1277 of file SetCoverSolutionResponse.java.

◆ clone()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.clone ( )

Definition at line 863 of file SetCoverSolutionResponse.java.

◆ getCost()

double com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getCost ( )
The cost of the solution, as computed by the algorithm.

optional double cost = 4;

Returns
The cost.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1306 of file SetCoverSolutionResponse.java.

◆ getCostLowerBound()

double com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getCostLowerBound ( )
A lower bound of the solution, as computed by the algorithm.

optional double cost_lower_bound = 5;

Returns
The costLowerBound.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1362 of file SetCoverSolutionResponse.java.

◆ getDefaultInstanceForType()

com.google.ortools.algorithms.SetCoverSolutionResponse com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getDefaultInstanceForType ( )

Definition at line 803 of file SetCoverSolutionResponse.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getDescriptor ( )
static

Definition at line 745 of file SetCoverSolutionResponse.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getDescriptorForType ( )

Definition at line 798 of file SetCoverSolutionResponse.java.

◆ getFingerprint()

com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getFingerprint ( )
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Returns
The fingerprint.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1418 of file SetCoverSolutionResponse.java.

◆ getFingerprintBuilder()

com.google.ortools.util.Int128.Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getFingerprintBuilder ( )
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Definition at line 1512 of file SetCoverSolutionResponse.java.

◆ getFingerprintOrBuilder()

com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getFingerprintOrBuilder ( )
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1524 of file SetCoverSolutionResponse.java.

◆ getModelFingerprint()

com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getModelFingerprint ( )
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Returns
The modelFingerprint.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1575 of file SetCoverSolutionResponse.java.

◆ getModelFingerprintBuilder()

com.google.ortools.util.Int128.Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getModelFingerprintBuilder ( )
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Definition at line 1669 of file SetCoverSolutionResponse.java.

◆ getModelFingerprintOrBuilder()

com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getModelFingerprintOrBuilder ( )
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1681 of file SetCoverSolutionResponse.java.

◆ getNumSubsets()

int com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getNumSubsets ( )
The number of subsets that are selected in the solution. This is used
to decompress their indices below.

optional int32 num_subsets = 2;

Returns
The numSubsets.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1136 of file SetCoverSolutionResponse.java.

◆ getStatus()

com.google.ortools.algorithms.SetCoverSolutionResponse.Status com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getStatus ( )
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Returns
The status.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1075 of file SetCoverSolutionResponse.java.

◆ getStatusValue()

int com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getStatusValue ( )
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Returns
The enum numeric value on the wire for status.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1048 of file SetCoverSolutionResponse.java.

◆ getSubset()

int com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getSubset ( int index)
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Parameters
indexThe index of the element to return.
Returns
The subset at the given index.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1212 of file SetCoverSolutionResponse.java.

◆ getSubsetCount()

int com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getSubsetCount ( )
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Returns
The count of subset.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1200 of file SetCoverSolutionResponse.java.

◆ getSubsetList()

java.util.List< java.lang.Integer > com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.getSubsetList ( )
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Returns
A list containing the subset.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1188 of file SetCoverSolutionResponse.java.

◆ hasCost()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasCost ( )
The cost of the solution, as computed by the algorithm.

optional double cost = 4;

Returns
Whether the cost field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1294 of file SetCoverSolutionResponse.java.

◆ hasCostLowerBound()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasCostLowerBound ( )
A lower bound of the solution, as computed by the algorithm.

optional double cost_lower_bound = 5;

Returns
Whether the costLowerBound field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1350 of file SetCoverSolutionResponse.java.

◆ hasFingerprint()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasFingerprint ( )
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Returns
Whether the fingerprint field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1407 of file SetCoverSolutionResponse.java.

◆ hasModelFingerprint()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasModelFingerprint ( )
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Returns
Whether the modelFingerprint field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1564 of file SetCoverSolutionResponse.java.

◆ hasNumSubsets()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasNumSubsets ( )
The number of subsets that are selected in the solution. This is used
to decompress their indices below.

optional int32 num_subsets = 2;

Returns
Whether the numSubsets field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1123 of file SetCoverSolutionResponse.java.

◆ hasStatus()

boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.hasStatus ( )
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Returns
Whether the status field is set.

Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.

Definition at line 1037 of file SetCoverSolutionResponse.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.internalGetFieldAccessorTable ( )
protected

Definition at line 751 of file SetCoverSolutionResponse.java.

◆ isInitialized()

final boolean com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.isInitialized ( )

Definition at line 941 of file SetCoverSolutionResponse.java.

◆ mergeFingerprint()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeFingerprint ( com.google.ortools.util.Int128 value)
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Definition at line 1470 of file SetCoverSolutionResponse.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeFrom ( com.google.ortools.algorithms.SetCoverSolutionResponse other)

Definition at line 904 of file SetCoverSolutionResponse.java.

◆ mergeFrom() [2/3]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException

Definition at line 946 of file SetCoverSolutionResponse.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 895 of file SetCoverSolutionResponse.java.

◆ mergeModelFingerprint()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeModelFingerprint ( com.google.ortools.util.Int128 value)
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Definition at line 1627 of file SetCoverSolutionResponse.java.

◆ mergeUnknownFields()

final Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.mergeUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 1716 of file SetCoverSolutionResponse.java.

◆ setCost()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setCost ( double value)
The cost of the solution, as computed by the algorithm.

optional double cost = 4;

Parameters
valueThe cost to set.
Returns
This builder for chaining.

Definition at line 1318 of file SetCoverSolutionResponse.java.

◆ setCostLowerBound()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setCostLowerBound ( double value)
A lower bound of the solution, as computed by the algorithm.

optional double cost_lower_bound = 5;

Parameters
valueThe costLowerBound to set.
Returns
This builder for chaining.

Definition at line 1374 of file SetCoverSolutionResponse.java.

◆ setField()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 867 of file SetCoverSolutionResponse.java.

◆ setFingerprint() [1/2]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setFingerprint ( com.google.ortools.util.Int128 value)
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Definition at line 1432 of file SetCoverSolutionResponse.java.

◆ setFingerprint() [2/2]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setFingerprint ( com.google.ortools.util.Int128.Builder builderForValue)
An automatically fingerprint for the solution. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 6;

Definition at line 1452 of file SetCoverSolutionResponse.java.

◆ setModelFingerprint() [1/2]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setModelFingerprint ( com.google.ortools.util.Int128 value)
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Definition at line 1589 of file SetCoverSolutionResponse.java.

◆ setModelFingerprint() [2/2]

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setModelFingerprint ( com.google.ortools.util.Int128.Builder builderForValue)
A reference to the model the solution applies to. TODO(user): Implement.

optional .operations_research.Int128 model_fingerprint = 7;

Definition at line 1609 of file SetCoverSolutionResponse.java.

◆ setNumSubsets()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setNumSubsets ( int value)
The number of subsets that are selected in the solution. This is used
to decompress their indices below.

optional int32 num_subsets = 2;

Parameters
valueThe numSubsets to set.
Returns
This builder for chaining.

Definition at line 1149 of file SetCoverSolutionResponse.java.

◆ setRepeatedField()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value )

Definition at line 883 of file SetCoverSolutionResponse.java.

◆ setStatus()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setStatus ( com.google.ortools.algorithms.SetCoverSolutionResponse.Status value)
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Parameters
valueThe status to set.
Returns
This builder for chaining.

Definition at line 1088 of file SetCoverSolutionResponse.java.

◆ setStatusValue()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setStatusValue ( int value)
For future use. TODO(user): Implement.

optional .operations_research.SetCoverSolutionResponse.Status status = 1;

Parameters
valueThe enum numeric value on the wire for status to set.
Returns
This builder for chaining.

Definition at line 1060 of file SetCoverSolutionResponse.java.

◆ setSubset()

Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setSubset ( int index,
int value )
The list of the subsets selected in the solution.

repeated int32 subset = 3 [packed = true];

Parameters
indexThe index to set the value at.
valueThe subset to set.
Returns
This builder for chaining.

Definition at line 1225 of file SetCoverSolutionResponse.java.

◆ setUnknownFields()

final Builder com.google.ortools.algorithms.SetCoverSolutionResponse.Builder.setUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 1710 of file SetCoverSolutionResponse.java.


The documentation for this class was generated from the following file: