Class Domain


  • public class Domain
    extends Object

    Domain class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • Field Detail

      • id

        @SerializedName("id")
        public String id
      • name

        @SerializedName("name")
        public String name
      • createdAt

        public Date createdAt
      • updatedAt

        public Date updatedAt
    • Constructor Detail

      • Domain

        public Domain()
    • Method Detail

      • postDeserialize

        public void postDeserialize()
        Is called to perform any actions after the deserialization of the response Do not call directly