RdapResponse
class RdapResponse extends Collection (View source)
Properties
protected | $collection_key | ||
string[] | $description | ||
int | $errorCode | ||
protected | $jsonResponseType | ||
protected | $jsonResponseDataType | ||
string | $lang | ||
protected | $noticesType | ||
protected | $noticesDataType | ||
string[] | $rdapConformance | ||
string | $title |
Methods
setDescription($description)
No description
string[]
getDescription()
No description
setErrorCode($errorCode)
No description
int
getErrorCode()
No description
getJsonResponse()
No description
setLang($lang)
No description
string
getLang()
No description
setNotices($notices)
No description
Notice[]
getNotices()
No description
setRdapConformance($rdapConformance)
No description
string[]
getRdapConformance()
No description
setTitle($title)
No description
string
getTitle()
No description
Details
setDescription($description)
No description
string[]
getDescription()
No description
setErrorCode($errorCode)
No description
int
getErrorCode()
No description
setJsonResponse(HttpBody $jsonResponse)
No description
HttpBody
getJsonResponse()
No description
setLang($lang)
No description
string
getLang()
No description
setNotices($notices)
No description
Notice[]
getNotices()
No description
setRdapConformance($rdapConformance)
No description
string[]
getRdapConformance()
No description
setTitle($title)
No description
string
getTitle()
No description