Record Class SessionPlanReadSqlTodosResult
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionPlanReadSqlTodosResult
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionPlanReadSqlTodosResult(List<PlanSqlTodosRow> rows)
extends Record
Todo rows read from the session SQL database. Empty when no session database is available.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aSessionPlanReadSqlTodosResultrecord class. -
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.rows()Returns the value of therowsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionPlanReadSqlTodosResult
Creates an instance of aSessionPlanReadSqlTodosResultrecord class.- Parameters:
rows- the value for therowsrecord component
-
-
Method Details
-
toString
-
hashCode
-
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). -
rows
Returns the value of therowsrecord component.- Returns:
- the value of the
rowsrecord component
-