static GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.builder() |
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.domainName(String domainName) |
The unique name of the domain.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.estimate(String estimate) |
The estimated number of profiles contained in the segment.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.estimateId(String estimateId) |
The QueryId which is the same as the value passed in QueryId.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.message(String message) |
The error message if there is any error.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.status(String status) |
The current status of the query.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.status(EstimateStatus status) |
The current status of the query.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.Builder.statusCode(Integer statusCode) |
The status code of the segment estimate.
|
GetSegmentEstimateResponse.Builder |
GetSegmentEstimateResponse.toBuilder() |
|