Package com.exoscale.sdk.model
Class ListTemplates200Response
java.lang.Object
com.exoscale.sdk.model.ListTemplates200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListTemplates200Response
extends Object
ListTemplates200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTemplatesItem
(Template templatesItem) boolean
Return true if this list_templates_200_response object is equal to o.Get templatesint
hashCode()
void
setTemplates
(List<Template> templates) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TEMPLATES
- See Also:
-
-
Constructor Details
-
ListTemplates200Response
public ListTemplates200Response()
-
-
Method Details
-
templates
-
addTemplatesItem
-
getTemplates
Get templates- Returns:
- templates
-
setTemplates
-
equals
Return true if this list_templates_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
-