Class WhoisResponse.WhoisResponseResults

java.lang.Object
google.registry.whois.WhoisResponse.WhoisResponseResults
Enclosing interface:
WhoisResponse

public abstract static class WhoisResponse.WhoisResponseResults extends Object
A wrapper class for the plaintext response of a WHOIS command and its number of results.
  • Constructor Details

    • WhoisResponseResults

      public WhoisResponseResults()
  • Method Details

    • plainTextOutput

      public abstract String plainTextOutput()
    • numResults

      public abstract int numResults()