Class StructuredSearchDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.resourcesearch.model.SearchDetails
-
- com.oracle.bmc.resourcesearch.model.StructuredSearchDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20180409") public final class StructuredSearchDetails extends SearchDetails
A request that uses Search’s structured query language to specify filter conditions to apply to search results.For more information about writing queries, see Search Language Syntax.
Note: Objects should always be created or deserialized using theStructuredSearchDetails.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 theStructuredSearchDetails.Builder
, which maintain a set of all explicitly set fields calledStructuredSearchDetails.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 Summary
Nested Classes Modifier and Type Class Description static class
StructuredSearchDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.resourcesearch.model.SearchDetails
SearchDetails.MatchingContextType
-
-
Constructor Summary
Constructors Constructor Description StructuredSearchDetails(SearchDetails.MatchingContextType matchingContextType, String query)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StructuredSearchDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getQuery()
The structured query describing which resources to search for.int
hashCode()
StructuredSearchDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.resourcesearch.model.SearchDetails
getMatchingContextType
-
-
-
-
Constructor Detail
-
StructuredSearchDetails
@Deprecated public StructuredSearchDetails(SearchDetails.MatchingContextType matchingContextType, String query)
Deprecated.
-
-
Method Detail
-
builder
public static StructuredSearchDetails.Builder builder()
Create a new builder.
-
toBuilder
public StructuredSearchDetails.Builder toBuilder()
-
getQuery
public String getQuery()
The structured query describing which resources to search for.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classSearchDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classSearchDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSearchDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSearchDetails
-
-