@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListWorkRequestLogsRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListWorkRequestLogsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListWorkRequestLogsRequest.Builder |
builder() |
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOpcClientRequestId()
The client request ID for tracing.
|
String |
getPage()
The page at which to start retrieving results.
|
String |
getWorkRequestId()
The ID of the asynchronous request.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListWorkRequestLogsRequest.Builder builder()
public String getWorkRequestId()
The ID of the asynchronous request.
public String getPage()
The page at which to start retrieving results.
public Integer getLimit()
The maximum number of items to return.
public String getOpcClientRequestId()
The client request ID for tracing.
Copyright © 2016–2020. All rights reserved.