Class AddDomainRequest

  • All Implemented Interfaces:
    Serializable

    public class AddDomainRequest
    extends Object
    implements Serializable
    The properties of the domain to be added.
    See Also:
    Serialized Form
    • Constructor Detail

      • AddDomainRequest

        public AddDomainRequest()
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
        Required. The name of the new domain. Should be unique within the community.
      • getCommunityId

        @NotNull
        public @NotNull UUID getCommunityId()
        Required. The ID of the community that the new domain should be added to.
      • getTypeId

        @NotNull
        public @NotNull UUID getTypeId()
        Required. The ID of the domain type of the new domain.
      • getDescription

        public String getDescription()
        The description of the new domain.
      • getId

        public UUID getId()
      • getExcludedFromAutoHyperlinking

        public Boolean getExcludedFromAutoHyperlinking()
      • setName

        public void setName​(@NotNull
                            @NotNull String name)
        Required. The name of the new domain. Should be unique within the community.
      • setCommunityId

        public void setCommunityId​(@NotNull
                                   @NotNull UUID communityId)
        Required. The ID of the community that the new domain should be added to.
      • setTypeId

        public void setTypeId​(@NotNull
                              @NotNull UUID typeId)
        Required. The ID of the domain type of the new domain.
      • setDescription

        public void setDescription​(String description)
        The description of the new domain.
      • setId

        public void setId​(UUID id)
      • setExcludedFromAutoHyperlinking

        public void setExcludedFromAutoHyperlinking​(Boolean excludedFromAutoHyperlinking)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String toString()
        Overrides:
        toString in class Object