Class ListProxyConfigsResponse


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

      • ListProxyConfigsResponse

        public ListProxyConfigsResponse()
    • Method Detail

      • getProxyConfigs

        public List<ProxyConfig> getProxyConfigs()
        Getter for proxyConfigs. The proxy configs.
      • setProxyConfigs

        public void setProxyConfigs​(List<ProxyConfig> proxyConfigs)
        Setter for proxyConfigs. The proxy configs.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object