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