Class DomainDescription

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Field.Type getFieldType()
      Gets the field type of the domain to be created.
      java.lang.String getName()
      Gets the name of the domain to be created.
      void setFieldType​(Field.Type fieldType)
      Sets the field type of the domain to be created.
      void setName​(java.lang.String name)
      Sets the name of the domain to be created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the domain to be created.

        Specifies the name of the domain. The domain name must be non-empty, consist only of alphanumeric characters and underscores, and cannot start with a number or an underscore.

        Returns:
        the name of the domain to be created
        Since:
        100.14.0
      • setName

        public void setName​(java.lang.String name)
        Sets the name of the domain to be created.

        Specifies the name of the domain. The domain name must be non-empty, consist only of alphanumeric characters and underscores, and cannot start with a number or an underscore.

        Parameters:
        name - the name of the domain to be created
        Throws:
        java.lang.IllegalArgumentException - if name is null
        Since:
        100.14.0