Package org.ivoa.dm.executionbroker
Class OfferSetResponse.OfferSetResponseBuilder
java.lang.Object
org.ivoa.dm.executionbroker.OfferSetResponse.OfferSetResponseBuilder
- Enclosing class:
- OfferSetResponse
A builder class for OfferSetResponse, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA human readable description.The component type identifier.The component metadata..A flag to indicate whether the request can be handled by this service. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
result
A flag to indicate whether the request can be handled by this service. If service is able to handle the request, then the `result` will be `YES` and the `offers` block should contain one or more offers. If service is not able to handle the request, the `result` will be `NO` and the `messages` block should contain one or more reasons explaining why. -
description
A human readable description. -
offers
. -
kind
The component type identifier. -
meta
The component metadata.
-
-
Constructor Details
-
OfferSetResponseBuilder
public OfferSetResponseBuilder()
-
-
Method Details
-
create
create a OfferSetResponse from this builder.- Returns:
- an object initialized from the builder.
-