public class FieldProperties
Field metadata container.
public FieldProperties(@NotNull
java.lang.String defaultDisplayText,
@NotNull
io.scanbot.genericdocument.entity.FieldProperties.DisplayState defaultDisplayState)
Field metadata container.
defaultDisplayText - the friendly display name of a field in English.defaultDisplayState - the default display state of a field in the RTU UI, could be hidden by default or visible by default.@NotNull public java.lang.String getDefaultDisplayText()
the friendly display name of a field in English.
@NotNull public io.scanbot.genericdocument.entity.FieldProperties.DisplayState getDefaultDisplayState()
the default display state of a field in the RTU UI,
could be hidden by default or visible by default.
@NotNull public java.lang.String component1()
the friendly display name of a field in English.
@NotNull public io.scanbot.genericdocument.entity.FieldProperties.DisplayState component2()
the default display state of a field in the RTU UI,
could be hidden by default or visible by default.
@NotNull public FieldProperties copy(@NotNull java.lang.String defaultDisplayText, @NotNull io.scanbot.genericdocument.entity.FieldProperties.DisplayState defaultDisplayState)
Field metadata container.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)