Class ConnectedDataService


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class ConnectedDataService
    extends Object
    A single entry that contains the name of the given Data Service and its related resource(s).
    • Constructor Detail

      • ConnectedDataService

        public ConnectedDataService()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the given Data Service.
      • setName

        public void setName​(String name)
        Setter for name. The name of the given Data Service.
      • getClusters

        public List<String> getClusters()
        Getter for clusters. List of resource names for the given Data Service.
      • setClusters

        public void setClusters​(List<String> clusters)
        Setter for clusters. List of resource names for the given Data Service.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object