Class VmTypeResponseWithMetadata

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:32.759-07:00") public class VmTypeResponseWithMetadata extends Object
Response object containing vm types and its metadata.
  • Constructor Details Link icon

    • VmTypeResponseWithMetadata Link icon

      public VmTypeResponseWithMetadata()
  • Method Details Link icon

    • getName Link icon

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

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

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

      public void setProperties(String properties)
      Setter for properties. JSON string with metadata as key value pairs.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object