Record Class McpMobileRecording
java.lang.Object
java.lang.Record
com.shaft.mcp.McpMobileRecording
-
Constructor Summary
ConstructorsConstructorDescriptionMcpMobileRecording(String schemaVersion, String mode, String startedAt, String stoppedAt, boolean includeSensitiveValues, List<McpMobileRecordedAction> actions, List<String> warnings) Creates an immutable recording. -
Method Summary
Modifier and TypeMethodDescriptionactions()Returns the value of theactionsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanReturns the value of theincludeSensitiveValuesrecord component.mode()Returns the value of themoderecord component.Returns the value of theschemaVersionrecord component.Returns the value of thestartedAtrecord component.Returns the value of thestoppedAtrecord component.final StringtoString()Returns a string representation of this record class.warnings()Returns the value of thewarningsrecord component.
-
Constructor Details
-
McpMobileRecording
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
schemaVersion
Returns the value of theschemaVersionrecord component.- Returns:
- the value of the
schemaVersionrecord component
-
mode
Returns the value of themoderecord component.- Returns:
- the value of the
moderecord component
-
startedAt
Returns the value of thestartedAtrecord component.- Returns:
- the value of the
startedAtrecord component
-
stoppedAt
Returns the value of thestoppedAtrecord component.- Returns:
- the value of the
stoppedAtrecord component
-
includeSensitiveValues
public boolean includeSensitiveValues()Returns the value of theincludeSensitiveValuesrecord component.- Returns:
- the value of the
includeSensitiveValuesrecord component
-
actions
Returns the value of theactionsrecord component.- Returns:
- the value of the
actionsrecord component
-
warnings
-