Class VmTypeResponseWithMetadata


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:56.509-07:00")
    public class VmTypeResponseWithMetadata
    extends Object
    Response object containing vm types and its metadata.
    • Constructor Detail

      • VmTypeResponseWithMetadata

        public VmTypeResponseWithMetadata()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object