Package io.camunda.search.clients.core
Record Class SearchGetRequest
java.lang.Object
java.lang.Record
io.camunda.search.clients.core.SearchGetRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.index()Returns the value of theindexrecord component.static SearchGetRequestof(Function<SearchGetRequest.Builder, io.camunda.util.ObjectBuilder<SearchGetRequest>> fn) routing()Returns the value of theroutingrecord component.Returns the value of thesourceExcludesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SearchGetRequest
Creates an instance of aSearchGetRequestrecord class.- Parameters:
id- the value for theidrecord componentindex- the value for theindexrecord componentrouting- the value for theroutingrecord componentsourceExcludes- the value for thesourceExcludesrecord component
-
-
Method Details
-
of
public static SearchGetRequest of(Function<SearchGetRequest.Builder, io.camunda.util.ObjectBuilder<SearchGetRequest>> fn) -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
index
Returns the value of theindexrecord component.- Returns:
- the value of the
indexrecord component
-
routing
Returns the value of theroutingrecord component.- Returns:
- the value of the
routingrecord component
-
sourceExcludes
Returns the value of thesourceExcludesrecord component.- Returns:
- the value of the
sourceExcludesrecord component
-