Package kubevirt.io

Class V1WatchEvent


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String object  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1WatchEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getObject()
      Get object
      java.lang.String getType()
      Get type
      int hashCode()  
      V1WatchEvent object​(java.lang.String object)  
      void setObject​(java.lang.String object)  
      void setType​(java.lang.String type)  
      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()  
      V1WatchEvent type​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • object

        private java.lang.String object
      • type

        private java.lang.String type
    • Constructor Detail

      • V1WatchEvent

        public V1WatchEvent()
    • Method Detail

      • object

        public V1WatchEvent object​(java.lang.String object)
      • getObject

        public java.lang.String getObject()
        Get object
        Returns:
        object
      • setObject

        public void setObject​(java.lang.String object)
      • type

        public V1WatchEvent type​(java.lang.String type)
      • getType

        public java.lang.String getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • 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).