Package kubevirt.io
Class V1TypedLocalObjectReference
java.lang.Object
kubevirt.io.V1TypedLocalObjectReference
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1TypedLocalObjectReference
extends Object
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAPIGroup is the group for the resource being referenced.getKind()Kind is the type of resource being referencedgetName()Name is the name of resource being referencedinthashCode()voidsetApiGroup(String apiGroup) voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
apiGroup
-
kind
-
name
-
-
Constructor Details
-
V1TypedLocalObjectReference
public V1TypedLocalObjectReference()
-
-
Method Details
-
apiGroup
-
getApiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.- Returns:
- apiGroup
-
setApiGroup
-
kind
-
getKind
Kind is the type of resource being referenced- Returns:
- kind
-
setKind
-
name
-
getName
Name is the name of resource being referenced- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-