public static class GetAlertResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetAlertResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetAlertResponse.Builder |
alert(Alert alert)
The returned Alert instance.
|
GetAlertResponse |
build()
Build the response object.
|
GetAlertResponse.Builder |
copy(GetAlertResponse o)
Copy method to populate the builder with values from the given instance.
|
GetAlertResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetAlertResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public GetAlertResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetAlertResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control
etag
- the value to setpublic GetAlertResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetAlertResponse.Builder alert(Alert alert)
The returned Alert instance.
alert
- the value to setpublic GetAlertResponse.Builder copy(GetAlertResponse o)
Copy method to populate the builder with values from the given instance.
public GetAlertResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.