Package kubevirt.io

Class V1FeatureAPIC


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

      Fields 
      Modifier and Type Field Description
      private java.lang.Boolean enabled  
      private java.lang.Boolean endOfInterrupt  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1FeatureAPIC()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V1FeatureAPIC enabled​(java.lang.Boolean enabled)  
      V1FeatureAPIC endOfInterrupt​(java.lang.Boolean endOfInterrupt)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.Boolean isEnabled()
      Enabled determines if the feature should be enabled or disabled on the guest.
      java.lang.Boolean isEndOfInterrupt()
      EndOfInterrupt enables the end of interrupt notification in the guest.
      void setEnabled​(java.lang.Boolean enabled)  
      void setEndOfInterrupt​(java.lang.Boolean endOfInterrupt)  
      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()  
      • Methods inherited from class java.lang.Object

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

      • enabled

        private java.lang.Boolean enabled
      • endOfInterrupt

        private java.lang.Boolean endOfInterrupt
    • Constructor Detail

      • V1FeatureAPIC

        public V1FeatureAPIC()
    • Method Detail

      • enabled

        public V1FeatureAPIC enabled​(java.lang.Boolean enabled)
      • isEnabled

        public java.lang.Boolean isEnabled()
        Enabled determines if the feature should be enabled or disabled on the guest. Defaults to true. +optional
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
      • endOfInterrupt

        public V1FeatureAPIC endOfInterrupt​(java.lang.Boolean endOfInterrupt)
      • isEndOfInterrupt

        public java.lang.Boolean isEndOfInterrupt()
        EndOfInterrupt enables the end of interrupt notification in the guest. Defaults to false. +optional
        Returns:
        endOfInterrupt
      • setEndOfInterrupt

        public void setEndOfInterrupt​(java.lang.Boolean endOfInterrupt)
      • 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).