Package kubevirt.io

Class V1LocalObjectReference

java.lang.Object
kubevirt.io.V1LocalObjectReference

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1LocalObjectReference extends Object
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
  • Field Details

  • Constructor Details

    • V1LocalObjectReference

      public V1LocalObjectReference()
  • Method Details

    • name

      public V1LocalObjectReference name(String name)
    • getName

      public String getName()
      Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      Returns:
      name
    • setName

      public void setName(String name)
    • 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).