Class ClientConfigurationDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class ClientConfigurationDetails
    extends Object
    A URL which holds information necessary to configure a Connector.
    • Constructor Detail

      • ClientConfigurationDetails

        public ClientConfigurationDetails()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object