Class PayloadTest.Address

    • Constructor Detail

    • Method Detail

      • getZipCode

        @NotNull(message="would be nice if we had one",
                 payload=Info.class)
        public @NotNull(message="would be nice if we had one",payload=Info.class) String getZipCode()
      • getCity

        @NotNull(message="the city is mandatory",
                 payload=Error.class)
        public @NotNull(message="the city is mandatory",payload=Error.class) String getCity()