Package com.exoscale.sdk.model
Class CreateDnsDomainRecordRequest
java.lang.Object
com.exoscale.sdk.model.CreateDnsDomainRecordRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateDnsDomainRecordRequest
extends Object
CreateDnsDomainRecordRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDNS domain record type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this create_dns_domain_record_request object is equal to o.DNS domain record contentgetName()DNS domain record nameDNS domain record priority minimum: 0getTtl()DNS domain record TTL minimum: 0getType()DNS domain record typeinthashCode()voidsetContent(String content) voidvoidsetPriority(Long priority) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CONTENT
- See Also:
-
JSON_PROPERTY_TTL
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
-
Constructor Details
-
CreateDnsDomainRecordRequest
public CreateDnsDomainRecordRequest()
-
-
Method Details
-
name
-
getName
DNS domain record name- Returns:
- name
-
setName
-
type
-
getType
DNS domain record type- Returns:
- type
-
setType
-
content
-
getContent
DNS domain record content- Returns:
- content
-
setContent
-
ttl
-
getTtl
DNS domain record TTL minimum: 0- Returns:
- ttl
-
setTtl
-
priority
-
getPriority
DNS domain record priority minimum: 0- Returns:
- priority
-
setPriority
-
equals
Return true if this create_dns_domain_record_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-