java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.dns.domain.registration.extendedattribute.option.Require

@ApiType("SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_Require")
public class Require
extends Entity
This container data type contains the extended attribute name that is required by an extended attribute option.
See Also:
SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_Require
  • Field Details

    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The name of an extended attribute that is required by an extended attribute option.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Require

      public Require()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()