Package com.databricks.sdk.service.ml
Class HttpUrlSpecWithoutSecret
- java.lang.Object
-
- com.databricks.sdk.service.ml.HttpUrlSpecWithoutSecret
-
@Generated public class HttpUrlSpecWithoutSecret extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpUrlSpecWithoutSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getEnableSslVerification()
String
getUrl()
int
hashCode()
HttpUrlSpecWithoutSecret
setEnableSslVerification(Boolean enableSslVerification)
HttpUrlSpecWithoutSecret
setUrl(String url)
String
toString()
-
-
-
Method Detail
-
setEnableSslVerification
public HttpUrlSpecWithoutSecret setEnableSslVerification(Boolean enableSslVerification)
-
getEnableSslVerification
public Boolean getEnableSslVerification()
-
setUrl
public HttpUrlSpecWithoutSecret setUrl(String url)
-
getUrl
public String getUrl()
-
-