Class LogSyncStatus
- java.lang.Object
-
- com.databricks.sdk.service.compute.LogSyncStatus
-
@Generated public class LogSyncStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description LogSyncStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getLastAttempted()
String
getLastException()
int
hashCode()
LogSyncStatus
setLastAttempted(Long lastAttempted)
LogSyncStatus
setLastException(String lastException)
String
toString()
-
-
-
Method Detail
-
setLastAttempted
public LogSyncStatus setLastAttempted(Long lastAttempted)
-
getLastAttempted
public Long getLastAttempted()
-
setLastException
public LogSyncStatus setLastException(String lastException)
-
getLastException
public String getLastException()
-
-