Class Topology

java.lang.Object
com.cloudera.cdp.ml.model.Topology

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class Topology extends Object
Contains the information about topology.
  • Constructor Details

    • Topology

      public Topology()
  • Method Details

    • getSubnets

      public List<String> getSubnets()
      Getter for subnets. The options for subnets.
    • setSubnets

      public void setSubnets(List<String> subnets)
      Setter for subnets. The options for subnets.
    • 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