Class RequestDiagnosisRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<RequestDiagnosisDetails>
-
- com.oracle.bmc.clusterhealth.requests.RequestDiagnosisRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20260331") public class RequestDiagnosisRequest extends BmcRequest<RequestDiagnosisDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/clusterhealth/RequestDiagnosisExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestDiagnosisRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestDiagnosisRequest.Builder
-
Constructor Summary
Constructors Constructor Description RequestDiagnosisRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestDiagnosisRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.RequestDiagnosisDetailsgetBody$()Alternative accessor for the body parameter.StringgetDiagnosisStoreId()The OCID of the Diagnosis.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.RequestDiagnosisDetailsgetRequestDiagnosisDetails()At least one healthCheck ID.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.RequestDiagnosisRequest.BuildertoBuilder()Return an instance ofRequestDiagnosisRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getRequestDiagnosisDetails
public RequestDiagnosisDetails getRequestDiagnosisDetails()
At least one healthCheck ID.
-
getOpcRequestId
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash.
-
getBody$
public RequestDiagnosisDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$in classBmcRequest<RequestDiagnosisDetails>- Returns:
- body parameter
-
toBuilder
public RequestDiagnosisRequest.Builder toBuilder()
Return an instance ofRequestDiagnosisRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
RequestDiagnosisRequest.Builderthat allows you to modify request properties.
-
builder
public static RequestDiagnosisRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<RequestDiagnosisDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<RequestDiagnosisDetails>
-
-