Interface Merge

    • Method Detail

      • getMessage

        @Nullable
        @Nullable
        @Size
        @Size(min=1)
        @Size @Size(min=1) java.lang.String getMessage()
        Specified by:
        getMessage in interface BaseMergeTransplant
      • getFromHash

        @NotBlank
        @NotBlank
        @Pattern(regexp="^[0-9a-fA-F]{8,64}$",
                 message="Hash must consist of the hex representation of 4-32 bytes")
        @Pattern(regexp="^[0-9a-fA-F]{8,64}$",
                 message="Hash must consist of the hex representation of 4-32 bytes")
        @NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") java.lang.String getFromHash()