@Generated(value="OracleSDKGenerator", comments="API Version: 20190909") public class SearchLogsRequest extends com.oracle.bmc.requests.BmcRequest<SearchLogsDetails>
Example: Click here to see how to use SearchLogsRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchLogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchLogsRequest.Builder |
builder() |
SearchLogsDetails |
getBody$()
Alternative accessor for the body parameter.
|
Integer |
getLimit()
The maximum number of items to return in a response.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
String |
getPage()
Reserved for future use.
|
SearchLogsDetails |
getSearchLogsDetails()
Search request.
|
public SearchLogsDetails getBody$()
Alternative accessor for the body parameter.
getBody$ in class com.oracle.bmc.requests.BmcRequest<SearchLogsDetails>public static SearchLogsRequest.Builder builder()
public SearchLogsDetails getSearchLogsDetails()
Search request.
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.
public Integer getLimit()
The maximum number of items to return in a response. Pagination is not supported in this API.
public String getPage()
Reserved for future use. Pagination is not supported in this API.
Copyright © 2016–2021. All rights reserved.