Record Class MaintainedCodeCheck
java.lang.Object
java.lang.Record
edu.suffolk.litlab.efsp.tyler.ecfcodes.MaintainedCodeCheck
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMaintainedCodeCheck(String jurisdiction, String courtCode, MaintainedCodeCheck.CodeTable table, List<String> filters, String sourceInterviewUrl, String caseCategoryCode) Creates an instance of aMaintainedCodeCheckrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecaseCategoryCoderecord component.Returns the value of thecourtCoderecord component.final booleanIndicates whether some other object is "equal to" this one.filters()Returns the value of thefiltersrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thejurisdictionrecord component.Returns the value of thesourceInterviewUrlrecord component.table()Returns the value of thetablerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MaintainedCodeCheck
public MaintainedCodeCheck(String jurisdiction, String courtCode, MaintainedCodeCheck.CodeTable table, List<String> filters, String sourceInterviewUrl, String caseCategoryCode) Creates an instance of aMaintainedCodeCheckrecord class.- Parameters:
jurisdiction- the value for thejurisdictionrecord componentcourtCode- the value for thecourtCoderecord componenttable- the value for thetablerecord componentfilters- the value for thefiltersrecord componentsourceInterviewUrl- the value for thesourceInterviewUrlrecord componentcaseCategoryCode- the value for thecaseCategoryCoderecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
jurisdiction
Returns the value of thejurisdictionrecord component.- Returns:
- the value of the
jurisdictionrecord component
-
courtCode
Returns the value of thecourtCoderecord component.- Returns:
- the value of the
courtCoderecord component
-
table
Returns the value of thetablerecord component.- Returns:
- the value of the
tablerecord component
-
filters
Returns the value of thefiltersrecord component.- Returns:
- the value of the
filtersrecord component
-
sourceInterviewUrl
Returns the value of thesourceInterviewUrlrecord component.- Returns:
- the value of the
sourceInterviewUrlrecord component
-
caseCategoryCode
Returns the value of thecaseCategoryCoderecord component.- Returns:
- the value of the
caseCategoryCoderecord component
-