Class CreateProxyConfigResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class CreateProxyConfigResponse
    extends CdpResponse
    Response object for a create proxy config request.
    • Constructor Detail

      • CreateProxyConfigResponse

        public CreateProxyConfigResponse()
    • Method Detail

      • getProxyConfig

        public ProxyConfig getProxyConfig()
        Getter for proxyConfig. The proxy config object.
      • setProxyConfig

        public void setProxyConfig​(ProxyConfig proxyConfig)
        Setter for proxyConfig. The proxy config object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object