Class ServiceConfiguration

java.lang.Object
com.cloudera.cdp.replicationmanager.model.ServiceConfiguration

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.267-08:00") public class ServiceConfiguration extends Object
Configuration related to a service.
  • Constructor Details

    • ServiceConfiguration

      public ServiceConfiguration()
  • Method Details

    • getName

      public String getName()
      Getter for name. The name of the service.
    • setName

      public void setName(String name)
      Setter for name. The name of the service.
    • getConfigs

      public Map<String,String> getConfigs()
      Getter for configs. Service configuration map.
    • setConfigs

      public void setConfigs(Map<String,String> configs)
      Setter for configs. Service configuration map.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object