@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class GenerateMaskingReportForDownloadRequest extends BmcRequest<GenerateMaskingReportForDownloadDetails>
Example: Click here to see how to use GenerateMaskingReportForDownloadRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GenerateMaskingReportForDownloadRequest.Builder |
Constructor and Description |
---|
GenerateMaskingReportForDownloadRequest() |
Modifier and Type | Method and Description |
---|---|
static GenerateMaskingReportForDownloadRequest.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’.
|
GenerateMaskingReportForDownloadDetails |
getBody$()
Alternative accessor for the body parameter.
|
GenerateMaskingReportForDownloadDetails |
getGenerateMaskingReportForDownloadDetails()
Details to generate a downloadable masking report.
|
String |
getMaskingPolicyId()
The OCID of the masking policy.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
GenerateMaskingReportForDownloadRequest.Builder |
toBuilder()
Return an instance of
GenerateMaskingReportForDownloadRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public GenerateMaskingReportForDownloadRequest()
public String getMaskingPolicyId()
The OCID of the masking policy.
public GenerateMaskingReportForDownloadDetails getGenerateMaskingReportForDownloadDetails()
Details to generate a downloadable masking report.
public String getOpcRequestId()
Unique identifier for the request.
public GenerateMaskingReportForDownloadDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<GenerateMaskingReportForDownloadDetails>
public GenerateMaskingReportForDownloadRequest.Builder toBuilder()
Return an instance of GenerateMaskingReportForDownloadRequest.Builder
that allows you to modify request properties.
GenerateMaskingReportForDownloadRequest.Builder
that allows you to modify request properties.public static GenerateMaskingReportForDownloadRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<GenerateMaskingReportForDownloadDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<GenerateMaskingReportForDownloadDetails>
Copyright © 2016–2024. All rights reserved.