Class CredentialCollection


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class CredentialCollection
    extends Object
    Cloud Credentials listing.
    • Constructor Detail

      • CredentialCollection

        public CredentialCollection()
    • Method Detail

      • getTotalResults

        public Long getTotalResults()
        Getter for totalResults. Total number cloud credentials.
      • setTotalResults

        public void setTotalResults​(Long totalResults)
        Setter for totalResults. Total number cloud credentials.
      • getResults

        public Long getResults()
        Getter for results. Number of cloud credentials in the response.
      • setResults

        public void setResults​(Long results)
        Setter for results. Number of cloud credentials in the response.
      • getCredentials

        public List<CredentialDetails> getCredentials()
        Getter for credentials. Cloud credential details.
      • setCredentials

        public void setCredentials​(List<CredentialDetails> credentials)
        Setter for credentials. Cloud credential details.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object