Class NetworkHealth
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.NetworkHealth
-
@Generated public class NetworkHealth extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkHealth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getErrorMessage()
ErrorType
getErrorType()
int
hashCode()
NetworkHealth
setErrorMessage(String errorMessage)
NetworkHealth
setErrorType(ErrorType errorType)
String
toString()
-
-
-
Method Detail
-
setErrorMessage
public NetworkHealth setErrorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
-
setErrorType
public NetworkHealth setErrorType(ErrorType errorType)
-
getErrorType
public ErrorType getErrorType()
-
-