Class NetworkWarning
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.NetworkWarning
-
@Generated public class NetworkWarning extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkWarning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getWarningMessage()
WarningType
getWarningType()
int
hashCode()
NetworkWarning
setWarningMessage(String warningMessage)
NetworkWarning
setWarningType(WarningType warningType)
String
toString()
-
-
-
Method Detail
-
setWarningMessage
public NetworkWarning setWarningMessage(String warningMessage)
-
getWarningMessage
public String getWarningMessage()
-
setWarningType
public NetworkWarning setWarningType(WarningType warningType)
-
getWarningType
public WarningType getWarningType()
-
-