Package com.cloudera.cdp.opdb.model
Class ClientConfigurationDetails
- java.lang.Object
-
- com.cloudera.cdp.opdb.model.ClientConfigurationDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.019-07:00") public class ClientConfigurationDetails extends Object
A URL which holds information necessary to configure a Connector.
-
-
Constructor Summary
Constructors Constructor Description ClientConfigurationDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Getter for name.String
getUrl()
Getter for url.int
hashCode()
void
setName(String name)
Setter for name.void
setUrl(String url)
Setter for url.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. The name of this configuration
-
setName
public void setName(String name)
Setter for name. The name of this configuration
-
getUrl
public String getUrl()
Getter for url. The URL from which to fetch the configuration
-
setUrl
public void setUrl(String url)
Setter for url. The URL from which to fetch the configuration
-
-