Package com.exoscale.sdk.model
Class ListModelsResponse
java.lang.Object
com.exoscale.sdk.model.ListModelsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListModelsResponse
extends Object
AI model list
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddModelsItem(ListModelsResponseEntry modelsItem) booleanReturn true if this list-models-response object is equal to o.Get modelsinthashCode()models(List<ListModelsResponseEntry> models) voidsetModels(List<ListModelsResponseEntry> models) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MODELS
- See Also:
-
-
Constructor Details
-
ListModelsResponse
public ListModelsResponse()
-
-
Method Details
-
models
-
addModelsItem
-
getModels
Get models- Returns:
- models
-
setModels
-
equals
Return true if this list-models-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
-