Package kubevirt.io

Class V1alpha1DataVolumeStatus

java.lang.Object
kubevirt.io.V1alpha1DataVolumeStatus

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1alpha1DataVolumeStatus extends Object
DataVolumeStatus provides the parameters to store the phase of the Data Volume
  • Field Details

    • phase

      private String phase
    • progress

      private String progress
  • Constructor Details

    • V1alpha1DataVolumeStatus

      public V1alpha1DataVolumeStatus()
  • Method Details

    • phase

      public V1alpha1DataVolumeStatus phase(String phase)
    • getPhase

      public String getPhase()
      Phase is the current phase of the data volume
      Returns:
      phase
    • setPhase

      public void setPhase(String phase)
    • progress

      public V1alpha1DataVolumeStatus progress(String progress)
    • getProgress

      public String getProgress()
      Get progress
      Returns:
      progress
    • setProgress

      public void setProgress(String progress)
    • equals

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

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

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

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