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 Modifier and Type Field Description static String
JSON_PROPERTY_ZONE_FILE
-
Constructor Summary
Constructors Constructor Description GetDnsDomainZoneFile200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this get_dns_domain_zone_file_200_response object is equal to o.String
getZoneFile()
Get zoneFileint
hashCode()
void
setZoneFile(String zoneFile)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.GetDnsDomainZoneFile200Response
zoneFile(String zoneFile)
-
-
-
Field Detail
-
JSON_PROPERTY_ZONE_FILE
public static final String JSON_PROPERTY_ZONE_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
zoneFile
public GetDnsDomainZoneFile200Response zoneFile(String zoneFile)
-
getZoneFile
@Nullable public String getZoneFile()
Get zoneFile- Returns:
- zoneFile
-
setZoneFile
public void setZoneFile(String zoneFile)
-
equals
public boolean equals(Object o)
Return true if this get_dns_domain_zone_file_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-