Package com.exoscale.sdk.model
Class GetDnsDomainZoneFile200Response
java.lang.Object
com.exoscale.sdk.model.GetDnsDomainZoneFile200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetDnsDomainZoneFile200Response
extends Object
GetDnsDomainZoneFile200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this get_dns_domain_zone_file_200_response object is equal to o.Get zoneFileint
hashCode()
void
setZoneFile
(String zoneFile) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ZONE_FILE
- See Also:
-
-
Constructor Details
-
GetDnsDomainZoneFile200Response
public GetDnsDomainZoneFile200Response()
-
-
Method Details
-
zoneFile
-
getZoneFile
Get zoneFile- Returns:
- zoneFile
-
setZoneFile
-
equals
Return true if this get_dns_domain_zone_file_200_response 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
-