Package io.lakefs.clients.api.model
Class RepositoryRestoreStatus
- java.lang.Object
-
- io.lakefs.clients.api.model.RepositoryRestoreStatus
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class RepositoryRestoreStatus extends ObjectRepositoryRestoreStatus
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DONEstatic StringSERIALIZED_NAME_ERRORstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_UPDATE_TIME
-
Constructor Summary
Constructors Constructor Description RepositoryRestoreStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryRestoreStatusdone(Boolean done)booleanequals(Object o)RepositoryRestoreStatuserror(String error)BooleangetDone()Get doneStringgetError()Get errorStringgetId()ID of the taskorg.threeten.bp.OffsetDateTimegetUpdateTime()Get updateTimeinthashCode()RepositoryRestoreStatusid(String id)voidsetDone(Boolean done)voidsetError(String error)voidsetId(String id)voidsetUpdateTime(org.threeten.bp.OffsetDateTime updateTime)StringtoString()RepositoryRestoreStatusupdateTime(org.threeten.bp.OffsetDateTime updateTime)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DONE
public static final String SERIALIZED_NAME_DONE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATE_TIME
public static final String SERIALIZED_NAME_UPDATE_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public RepositoryRestoreStatus id(String id)
-
getId
@Nonnull public String getId()
ID of the task- Returns:
- id
-
setId
public void setId(String id)
-
done
public RepositoryRestoreStatus done(Boolean done)
-
getDone
@Nonnull public Boolean getDone()
Get done- Returns:
- done
-
setDone
public void setDone(Boolean done)
-
updateTime
public RepositoryRestoreStatus updateTime(org.threeten.bp.OffsetDateTime updateTime)
-
getUpdateTime
@Nonnull public org.threeten.bp.OffsetDateTime getUpdateTime()
Get updateTime- Returns:
- updateTime
-
setUpdateTime
public void setUpdateTime(org.threeten.bp.OffsetDateTime updateTime)
-
error
public RepositoryRestoreStatus error(String error)
-
getError
@Nullable public String getError()
Get error- Returns:
- error
-
setError
public void setError(String error)
-
-