Class User.PhoneNumber

  • Enclosing class:
    User

    public static class User.PhoneNumber
    extends Object
    • Constructor Detail

      • PhoneNumber

        public PhoneNumber()
    • Method Detail

      • getValue

        public String getValue()
      • getType

        public String getType()
      • getPrimary

        public Boolean getPrimary()
      • setValue

        public void setValue​(String value)
      • setType

        public void setType​(String type)
      • setPrimary

        public void setPrimary​(Boolean primary)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object