Package kubevirt.io

Class V1FloppyTarget


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1FloppyTarget
    extends java.lang.Object
    V1FloppyTarget
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Boolean readonly  
      private java.lang.String tray  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1FloppyTarget()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getTray()
      Tray indicates if the tray of the device is open or closed.
      int hashCode()  
      java.lang.Boolean isReadonly()
      ReadOnly.
      V1FloppyTarget readonly​(java.lang.Boolean readonly)  
      void setReadonly​(java.lang.Boolean readonly)  
      void setTray​(java.lang.String tray)  
      private java.lang.String toIndentedString​(java.lang.Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).
      java.lang.String toString()  
      V1FloppyTarget tray​(java.lang.String tray)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • readonly

        private java.lang.Boolean readonly
      • tray

        private java.lang.String tray
    • Constructor Detail

      • V1FloppyTarget

        public V1FloppyTarget()
    • Method Detail

      • readonly

        public V1FloppyTarget readonly​(java.lang.Boolean readonly)
      • isReadonly

        public java.lang.Boolean isReadonly()
        ReadOnly. Defaults to false.
        Returns:
        readonly
      • setReadonly

        public void setReadonly​(java.lang.Boolean readonly)
      • getTray

        public java.lang.String getTray()
        Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. +optional
        Returns:
        tray
      • setTray

        public void setTray​(java.lang.String tray)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toIndentedString

        private java.lang.String toIndentedString​(java.lang.Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).