Class EmailAddress

java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.EmailAddress
All Implemented Interfaces:
Serializable

@Generated("") public class EmailAddress extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • emailAddress

      protected String emailAddress
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • primary

      protected Boolean primary
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • EmailAddress

      public EmailAddress()
  • Method Details

    • toDTO

      public static EmailAddress toDTO(String json)
    • unsafeToDTO

      public static EmailAddress unsafeToDTO(String json)
    • getEmailAddress

      public String getEmailAddress()
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • setEmailAddress

      public void setEmailAddress(com.liferay.petra.function.UnsafeSupplier<String,Exception> emailAddressUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getPrimary

      public Boolean getPrimary()
    • setPrimary

      public void setPrimary(Boolean primary)
    • setPrimary

      public void setPrimary(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> primaryUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object