Class ListRegisteredModelsResponse
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListRegisteredModelsResponse
Return a list of models
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the opaque token to retrieve the next page of results.Return the list of registered models.inthashCode()Return hash code based on properties.voidsetNext_page_token(String next_page_token) Set up the opaque token to retrieve the next page of results.voidsetRegistered_models(List<RegisteredModelInfo> registered_models) Return the list of registered models.toString()Standard toString method.
-
Constructor Details
-
ListRegisteredModelsResponse
public ListRegisteredModelsResponse()Constructor
-
-
Method Details
-
getRegistered_models
Return the list of registered models.- Returns:
- list
-
setRegistered_models
Return the list of registered models.- Parameters:
registered_models- list
-
getNext_page_token
Return the opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).- Returns:
- token
-
setNext_page_token
Set up the opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).- Parameters:
next_page_token- token
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-