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 booleanequals(Object o)BooleangetEnableSslVerification()StringgetUrl()inthashCode()HttpUrlSpecWithoutSecretsetEnableSslVerification(Boolean enableSslVerification)HttpUrlSpecWithoutSecretsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
setEnableSslVerification
public HttpUrlSpecWithoutSecret setEnableSslVerification(Boolean enableSslVerification)
-
getEnableSslVerification
public Boolean getEnableSslVerification()
-
setUrl
public HttpUrlSpecWithoutSecret setUrl(String url)
-
getUrl
public String getUrl()
-
-