Impact.Builder |
Recommendation.Builder.addAdditionalImpactBuilder() |
Optional set of additional impact that this recommendation may have when
trying to optimize for the primary category.
|
Impact.Builder |
Recommendation.Builder.addAdditionalImpactBuilder(int index) |
Optional set of additional impact that this recommendation may have when
trying to optimize for the primary category.
|
Impact.Builder |
Impact.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Impact.Builder |
Impact.Builder.clear() |
|
Impact.Builder |
Impact.Builder.clearCategory() |
Category that is being targeted.
|
Impact.Builder |
Impact.Builder.clearCostProjection() |
Use with CategoryType.COST
|
Impact.Builder |
Impact.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Impact.Builder |
Impact.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Impact.Builder |
Impact.Builder.clearProjection() |
|
Impact.Builder |
Impact.Builder.clearReliabilityProjection() |
Use with CategoryType.RELAIBILITY
|
Impact.Builder |
Impact.Builder.clearSecurityProjection() |
Use with CategoryType.SECURITY
|
Impact.Builder |
Impact.Builder.clearSustainabilityProjection() |
Use with CategoryType.SUSTAINABILITY
|
Impact.Builder |
Impact.Builder.clone() |
|
Impact.Builder |
Recommendation.Builder.getAdditionalImpactBuilder(int index) |
Optional set of additional impact that this recommendation may have when
trying to optimize for the primary category.
|
Impact.Builder |
Recommendation.Builder.getPrimaryImpactBuilder() |
The primary impact that this recommendation can have while trying to
optimize for one category.
|
Impact.Builder |
Impact.Builder.mergeCostProjection(CostProjection value) |
Use with CategoryType.COST
|
Impact.Builder |
Impact.Builder.mergeFrom(Impact other) |
|
Impact.Builder |
Impact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Impact.Builder |
Impact.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Impact.Builder |
Impact.Builder.mergeReliabilityProjection(ReliabilityProjection value) |
Use with CategoryType.RELAIBILITY
|
Impact.Builder |
Impact.Builder.mergeSecurityProjection(SecurityProjection value) |
Use with CategoryType.SECURITY
|
Impact.Builder |
Impact.Builder.mergeSustainabilityProjection(SustainabilityProjection value) |
Use with CategoryType.SUSTAINABILITY
|
Impact.Builder |
Impact.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Impact.Builder |
Impact.newBuilder() |
|
static Impact.Builder |
Impact.newBuilder(Impact prototype) |
|
Impact.Builder |
Impact.newBuilderForType() |
|
protected Impact.Builder |
Impact.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Impact.Builder |
Impact.Builder.setCategory(Impact.Category value) |
Category that is being targeted.
|
Impact.Builder |
Impact.Builder.setCategoryValue(int value) |
Category that is being targeted.
|
Impact.Builder |
Impact.Builder.setCostProjection(CostProjection value) |
Use with CategoryType.COST
|
Impact.Builder |
Impact.Builder.setCostProjection(CostProjection.Builder builderForValue) |
Use with CategoryType.COST
|
Impact.Builder |
Impact.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Impact.Builder |
Impact.Builder.setReliabilityProjection(ReliabilityProjection value) |
Use with CategoryType.RELAIBILITY
|
Impact.Builder |
Impact.Builder.setReliabilityProjection(ReliabilityProjection.Builder builderForValue) |
Use with CategoryType.RELAIBILITY
|
Impact.Builder |
Impact.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Impact.Builder |
Impact.Builder.setSecurityProjection(SecurityProjection value) |
Use with CategoryType.SECURITY
|
Impact.Builder |
Impact.Builder.setSecurityProjection(SecurityProjection.Builder builderForValue) |
Use with CategoryType.SECURITY
|
Impact.Builder |
Impact.Builder.setSustainabilityProjection(SustainabilityProjection value) |
Use with CategoryType.SUSTAINABILITY
|
Impact.Builder |
Impact.Builder.setSustainabilityProjection(SustainabilityProjection.Builder builderForValue) |
Use with CategoryType.SUSTAINABILITY
|
Impact.Builder |
Impact.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Impact.Builder |
Impact.toBuilder() |
|