Record Class WorkingSetReportTable.Row
java.lang.Object
java.lang.Record
network.ike.plugin.ws.WorkingSetReportTable.Row
- Record Components:
member- the working-set member — carries its name andkindversion- the member's version, ornull/blank for nonebranch- the member's branch, ornull/blank for nonesha- the member's short HEAD SHA,WorkingSetReportTable.SELF_COMMITfor the checkpoint self-pin, ornull/blank for noneeffect- what the goal did or will do to this member
- Enclosing class:
WorkingSetReportTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbranch()Returns the value of thebranchrecord component.effect()Returns the value of theeffectrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.network.ike.workspace.WorkingSet.Membermember()Returns the value of thememberrecord component.sha()Returns the value of thesharecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.
-
Constructor Details
-
Row
-
-
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). -
member
-
version
-
branch
-
sha
-
effect
-