-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DisabilityCertificateInfoBox implements Parcelable
Structure to contain full information about found box
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDisabilityCertificateInfoBox.Companion
-
Field Summary
Fields Modifier and Type Field Description public final DCInfoBoxTyperectTypepublic final DCInfoBoxSubtypesubTypepublic final BooleanhasContentspublic final DoublecontentsValidationConfidenceValue
-
Constructor Summary
Constructors Constructor Description DisabilityCertificateInfoBox(Integer rectType, Integer subType, Boolean hasContents, Double contentsValidationConfidenceValue)DisabilityCertificateInfoBox(DCInfoBoxType rectType, DCInfoBoxSubtype subType, Boolean hasContents, Double contentsValidationConfidenceValue)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
DisabilityCertificateInfoBox
DisabilityCertificateInfoBox(Integer rectType, Integer subType, Boolean hasContents, Double contentsValidationConfidenceValue)
-
DisabilityCertificateInfoBox
DisabilityCertificateInfoBox(DCInfoBoxType rectType, DCInfoBoxSubtype subType, Boolean hasContents, Double contentsValidationConfidenceValue)
-
-
-
-