Package io.quarkus.hibernate.orm.dev.ui
Record Class HibernateOrmDevJsonRpcService.DataSet
java.lang.Object
java.lang.Record
io.quarkus.hibernate.orm.dev.ui.HibernateOrmDevJsonRpcService.DataSet
- Enclosing class:
HibernateOrmDevJsonRpcService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondata()Returns the value of thedatarecord component.final booleanIndicates whether some other object is "equal to" this one.error()Returns the value of theerrorrecord component.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.query()Returns the value of thequeryrecord component.longReturns the value of theresultCountrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DataSet
Creates an instance of aDataSetrecord class.- Parameters:
data- the value for thedatarecord componentquery- the value for thequeryrecord componentresultCount- the value for theresultCountrecord componentmessage- the value for themessagerecord componenterror- the value for theerrorrecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-
query
Returns the value of thequeryrecord component.- Returns:
- the value of the
queryrecord component
-
resultCount
public long resultCount()Returns the value of theresultCountrecord component.- Returns:
- the value of the
resultCountrecord component
-
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-
error
Returns the value of theerrorrecord component.- Returns:
- the value of the
errorrecord component
-