Record Class BrowserMetadata
java.lang.Object
java.lang.Record
com.shaft.capture.model.BrowserMetadata
- Record Components:
browserName- browser familybrowserVersion- browser versionplatform- operating-system or device platformlogicalSessionId- safe logical identifier, not a credentialcapabilities- sanitized W3C capability values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebrowserNamerecord component.Returns the value of thebrowserVersionrecord component.Returns the value of thecapabilitiesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thelogicalSessionIdrecord component.platform()Returns the value of theplatformrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BrowserMetadata
-
-
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). -
browserName
Returns the value of thebrowserNamerecord component.- Returns:
- the value of the
browserNamerecord component
-
browserVersion
Returns the value of thebrowserVersionrecord component.- Returns:
- the value of the
browserVersionrecord component
-
platform
-
logicalSessionId
Returns the value of thelogicalSessionIdrecord component.- Returns:
- the value of the
logicalSessionIdrecord component
-
capabilities
Returns the value of thecapabilitiesrecord component.- Returns:
- the value of the
capabilitiesrecord component
-