Class DomainObjectSpec

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.DomainObjectSpec
All Implemented Interfaces:
Cloneable

public class DomainObjectSpec extends ImmutableObject
Specification of a domain by name, as used in version 0.11 fee check response items and version 0.12 fee check commands. This class is used by JAXB, although it turns out that no JAXB-specific annotations are necessary.
  • Constructor Details

    • DomainObjectSpec

      public DomainObjectSpec(String name)
  • Method Details

    • getName

      public String getName()