Record Class CaptureService.CaptureBackendBlocks
java.lang.Object
java.lang.Record
com.shaft.mcp.CaptureService.CaptureBackendBlocks
- Record Components:
backend- backend namesourcePath- generated source pathsuccessful- whether generation succeededblockIds- returned code-block identifierswarnings- safe warnings
- Enclosing class:
CaptureService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackend()Returns the value of thebackendrecord component.blockIds()Returns the value of theblockIdsrecord 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 thesourcePathrecord component.booleanReturns the value of thesuccessfulrecord component.final StringtoString()Returns a string representation of this record class.warnings()Returns the value of thewarningsrecord component.
-
Constructor Details
-
CaptureBackendBlocks
-
-
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. -
backend
-
sourcePath
Returns the value of thesourcePathrecord component.- Returns:
- the value of the
sourcePathrecord component
-
successful
public boolean successful()Returns the value of thesuccessfulrecord component.- Returns:
- the value of the
successfulrecord component
-
blockIds
-
warnings
-