Record Class IncrementalUpdatesParams
java.lang.Object
java.lang.Record
br.ufsc.labsec.incrementalupdate.IncrementalUpdatesParams
public record IncrementalUpdatesParams(org.apache.pdfbox.pdmodel.PDDocument document, byte[] content, boolean icpBrRules, boolean protectVisualRepresentation, boolean useFallbackVerification, TransformInfo.PValue docMDP)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionIncrementalUpdatesParams(org.apache.pdfbox.pdmodel.PDDocument document, byte[] content, boolean icpBrRules, boolean protectVisualRepresentation, boolean useFallbackVerification, TransformInfo.PValue docMDP) Creates an instance of aIncrementalUpdatesParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]content()Returns the value of thecontentrecord component.docMDP()Returns the value of thedocMDPrecord component.org.apache.pdfbox.pdmodel.PDDocumentdocument()Returns the value of thedocumentrecord 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 theicpBrRulesrecord component.booleanReturns the value of theprotectVisualRepresentationrecord component.final StringtoString()Returns a string representation of this record class.booleanReturns the value of theuseFallbackVerificationrecord component.
-
Constructor Details
-
IncrementalUpdatesParams
public IncrementalUpdatesParams(org.apache.pdfbox.pdmodel.PDDocument document, byte[] content, boolean icpBrRules, boolean protectVisualRepresentation, boolean useFallbackVerification, TransformInfo.PValue docMDP) Creates an instance of aIncrementalUpdatesParamsrecord class.- Parameters:
document- the value for thedocumentrecord componentcontent- the value for thecontentrecord componenticpBrRules- the value for theicpBrRulesrecord componentprotectVisualRepresentation- the value for theprotectVisualRepresentationrecord componentuseFallbackVerification- the value for theuseFallbackVerificationrecord componentdocMDP- the value for thedocMDPrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
document
public org.apache.pdfbox.pdmodel.PDDocument document()Returns the value of thedocumentrecord component.- Returns:
- the value of the
documentrecord component
-
content
public byte[] content()Returns the value of thecontentrecord component.- Returns:
- the value of the
contentrecord component
-
icpBrRules
public boolean icpBrRules()Returns the value of theicpBrRulesrecord component.- Returns:
- the value of the
icpBrRulesrecord component
-
protectVisualRepresentation
public boolean protectVisualRepresentation()Returns the value of theprotectVisualRepresentationrecord component.- Returns:
- the value of the
protectVisualRepresentationrecord component
-
useFallbackVerification
public boolean useFallbackVerification()Returns the value of theuseFallbackVerificationrecord component.- Returns:
- the value of the
useFallbackVerificationrecord component
-
docMDP
Returns the value of thedocMDPrecord component.- Returns:
- the value of the
docMDPrecord component
-