Class DockerBasicAuth
- java.lang.Object
-
- com.databricks.sdk.service.compute.DockerBasicAuth
-
@Generated public class DockerBasicAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description DockerBasicAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPassword()StringgetUsername()inthashCode()DockerBasicAuthsetPassword(String password)DockerBasicAuthsetUsername(String username)StringtoString()
-
-
-
Method Detail
-
setPassword
public DockerBasicAuth setPassword(String password)
-
getPassword
public String getPassword()
-
setUsername
public DockerBasicAuth setUsername(String username)
-
getUsername
public String getUsername()
-
-