Package com.oracle.bmc.jms.requests
Class RequestJfrRecordingsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<RequestJfrRecordingsDetails>
-
- com.oracle.bmc.jms.requests.RequestJfrRecordingsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public class RequestJfrRecordingsRequest extends BmcRequest<RequestJfrRecordingsDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/jms/RequestJfrRecordingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestJfrRecordingsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequestJfrRecordingsRequest.Builder
-
Constructor Summary
Constructors Constructor Description RequestJfrRecordingsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestJfrRecordingsRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.RequestJfrRecordingsDetails
getBody$()
Alternative accessor for the body parameter.String
getFleetId()
The OCID of the Fleet.String
getOpcRequestId()
The client request ID for tracing.RequestJfrRecordingsDetails
getRequestJfrRecordingsDetails()
Detail information to start JFR recordings.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.RequestJfrRecordingsRequest.Builder
toBuilder()
Return an instance ofRequestJfrRecordingsRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getRequestJfrRecordingsDetails
public RequestJfrRecordingsDetails getRequestJfrRecordingsDetails()
Detail information to start JFR recordings.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getBody$
public RequestJfrRecordingsDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<RequestJfrRecordingsDetails>
- Returns:
- body parameter
-
toBuilder
public RequestJfrRecordingsRequest.Builder toBuilder()
Return an instance ofRequestJfrRecordingsRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
RequestJfrRecordingsRequest.Builder
that allows you to modify request properties.
-
builder
public static RequestJfrRecordingsRequest.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:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<RequestJfrRecordingsDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<RequestJfrRecordingsDetails>
-
-