Class SearchLogsDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loggingsearch.model.SearchLogsDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190909") public final class SearchLogsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSearch request object.
 Note: Objects should always be created or deserialized using theSearchLogsDetails.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 theSearchLogsDetails.Builder, which maintain a set of all explicitly set fields calledSearchLogsDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSearchLogsDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description SearchLogsDetails(Date timeStart, Date timeEnd, String searchQuery, Boolean isReturnFieldInfo)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchLogsDetails.Builderbuilder()Create a new builder.booleanequals(Object o)BooleangetIsReturnFieldInfo()Whether to return field schema information for the log stream specified in searchQuery.StringgetSearchQuery()Query corresponding to the search operation.DategetTimeEnd()End filter log’s date and time, in the format defined by RFC3339.DategetTimeStart()Start filter log’s date and time, in the format defined by RFC3339.inthashCode()SearchLogsDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SearchLogsDetails@Deprecated @ConstructorProperties({"timeStart","timeEnd","searchQuery","isReturnFieldInfo"}) public SearchLogsDetails(Date timeStart, Date timeEnd, String searchQuery, Boolean isReturnFieldInfo) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SearchLogsDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic SearchLogsDetails.Builder toBuilder() 
 - 
getTimeStartpublic Date getTimeStart() Start filter log’s date and time, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getTimeEndpublic Date getTimeEnd() End filter log’s date and time, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getSearchQuerypublic 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. - Returns:
- the value
 
 - 
getIsReturnFieldInfopublic Boolean getIsReturnFieldInfo() Whether to return field schema information for the log stream specified in searchQuery.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-