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 Modifier and Type Field Description static String
JSON_PROPERTY_TEMPLATES
-
Constructor Summary
Constructors Constructor Description ListTemplates200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTemplates200Response
addTemplatesItem(Template templatesItem)
boolean
equals(Object o)
Return true if this list_templates_200_response object is equal to o.List<Template>
getTemplates()
Get templatesint
hashCode()
void
setTemplates(List<Template> templates)
ListTemplates200Response
templates(List<Template> templates)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_TEMPLATES
public static final String JSON_PROPERTY_TEMPLATES
- See Also:
- Constant Field Values
-
-
Method Detail
-
templates
public ListTemplates200Response templates(List<Template> templates)
-
addTemplatesItem
public ListTemplates200Response addTemplatesItem(Template templatesItem)
-
equals
public boolean equals(Object o)
Return true if this list_templates_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-