Class VmTypeResponseWithMetadata

java.lang.Object
com.cloudera.cdp.datahub.model.VmTypeResponseWithMetadata

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:15.632-07:00") public class VmTypeResponseWithMetadata extends Object
Response object containing vm types and its metadata.
  • Constructor Details

    • VmTypeResponseWithMetadata

      public VmTypeResponseWithMetadata()
  • Method Details

    • getName

      public String getName()
      Getter for name. Name of the vm type.
    • setName

      public void setName(String name)
      Setter for name. Name of the vm type.
    • getProperties

      public String getProperties()
      Getter for properties. JSON string with metadata as key value pairs.
    • setProperties

      public void setProperties(String properties)
      Setter for properties. JSON string with metadata as key value pairs.
    • 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