@Generated(value="OracleSDKGenerator", comments="API Version: 20190909") public final class SearchLogsDetails extends Object
Search request object.
Note: Objects should always be created or deserialized using the SearchLogsDetails.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the SearchLogsDetails.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchLogsDetails.Builder |
| Constructor and Description |
|---|
SearchLogsDetails(Date timeStart,
Date timeEnd,
String searchQuery,
Boolean isReturnFieldInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchLogsDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Boolean |
getIsReturnFieldInfo()
Whether to return field schema information for the log stream specified in searchQuery.
|
String |
getSearchQuery()
Query corresponding to the search operation.
|
Date |
getTimeEnd()
End filter log’s date and time, in the format defined by RFC3339.
|
Date |
getTimeStart()
Start filter log’s date and time, in the format defined by RFC3339.
|
int |
hashCode() |
SearchLogsDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"timeStart","timeEnd","searchQuery","isReturnFieldInfo"}) @Deprecated public SearchLogsDetails(Date timeStart, Date timeEnd, String searchQuery, Boolean isReturnFieldInfo)
public static SearchLogsDetails.Builder builder()
Create a new builder.
public SearchLogsDetails.Builder toBuilder()
public Date getTimeStart()
Start filter log’s date and time, in the format defined by RFC3339.
public Date getTimeEnd()
End filter log’s date and time, in the format defined by RFC3339.
public String getSearchQuery()
Query corresponding to the search operation. This query is parsed and validated before execution and should follow the specification. For more information on the query language specification, see Logging Query Language Specification.
public Boolean getIsReturnFieldInfo()
Whether to return field schema information for the log stream specified in searchQuery.
Copyright © 2016–2021. All rights reserved.