Package com.datarobot.model
Class StatusList
- java.lang.Object
-
- com.datarobot.model.Paged
-
- com.datarobot.model.StatusList
-
- All Implemented Interfaces:
java.io.Serializable
public class StatusList extends Paged implements java.io.Serializable
A reference to a list ofStatusobjects for a task on the DataRobot server connected to an account. Client code that uses the DataRobot AI API package generally should not construct these objects directly, they should be instantiated by AI API Client methods. This object may be out of sync with the DataRobot sever, for example, if multiple processes or users have permission to modify or delete it on the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)internaljava.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.List<Status>getItems()Get a list ofStatusobjectsinthashCode()internalvoidsetAdditionalProperty(java.lang.String name, java.lang.Object value)java.lang.StringtoString()-
Methods inherited from class com.datarobot.model.Paged
getCount, getNext, getPrevious
-
-
-
-
Method Detail
-
getItems
public java.util.List<Status> getItems()
Get a list ofStatusobjects- Returns:
- a list of
Statusobjects
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
setAdditionalProperty
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)
-
hashCode
public int hashCode()
Description copied from class:Pagedinternal
-
equals
public boolean equals(java.lang.Object other)
Description copied from class:Pagedinternal
-
-