public class BarcodeFormattedData
Encapsulates the formatted data encoded in barcode
public BarcodeFormattedData(@NotNull
java.lang.String title,
@NotNull
java.lang.String subtitle)
Encapsulates the formatted data encoded in barcode
title - subtitle - @NotNull public java.lang.String getTitle()
@NotNull public java.lang.String getSubtitle()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public BarcodeFormattedData copy(@NotNull java.lang.String title, @NotNull java.lang.String subtitle)
Encapsulates the formatted data encoded in barcode
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)