Class UpdateStateInfo
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.UpdateStateInfo
-
@Generated public class UpdateStateInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateStateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCreationTime()
UpdateStateInfoState
getState()
String
getUpdateId()
int
hashCode()
UpdateStateInfo
setCreationTime(String creationTime)
UpdateStateInfo
setState(UpdateStateInfoState state)
UpdateStateInfo
setUpdateId(String updateId)
String
toString()
-
-
-
Method Detail
-
setCreationTime
public UpdateStateInfo setCreationTime(String creationTime)
-
getCreationTime
public String getCreationTime()
-
setState
public UpdateStateInfo setState(UpdateStateInfoState state)
-
getState
public UpdateStateInfoState getState()
-
setUpdateId
public UpdateStateInfo setUpdateId(String updateId)
-
getUpdateId
public String getUpdateId()
-
-