Record Class TurSECoreSiteUsage
java.lang.Object
java.lang.Record
com.viglet.turing.solr.bean.TurSECoreSiteUsage
-
Constructor Summary
ConstructorsConstructorDescriptionTurSECoreSiteUsage(String siteId, String siteName, String localeId, String language) Creates an instance of aTurSECoreSiteUsagerecord 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.language()Returns the value of thelanguagerecord component.localeId()Returns the value of thelocaleIdrecord component.siteId()Returns the value of thesiteIdrecord component.siteName()Returns the value of thesiteNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TurSECoreSiteUsage
Creates an instance of aTurSECoreSiteUsagerecord class.- Parameters:
siteId- the value for thesiteIdrecord componentsiteName- the value for thesiteNamerecord componentlocaleId- the value for thelocaleIdrecord componentlanguage- the value for thelanguagerecord 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). -
siteId
Returns the value of thesiteIdrecord component.- Returns:
- the value of the
siteIdrecord component
-
siteName
Returns the value of thesiteNamerecord component.- Returns:
- the value of the
siteNamerecord component
-
localeId
Returns the value of thelocaleIdrecord component.- Returns:
- the value of the
localeIdrecord component
-
language
Returns the value of thelanguagerecord component.- Returns:
- the value of the
languagerecord component
-