Package io.fabric8.kubernetes.api.model
Class TypedLocalObjectReferenceFluentImpl<A extends TypedLocalObjectReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TypedLocalObjectReferenceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TypedLocalObjectReferenceFluent<A>
- Direct Known Subclasses:
PersistentVolumeClaimSpecFluentImpl.DataSourceNestedImpl,TypedLocalObjectReferenceBuilder,WatchEventFluentImpl.TypedLocalObjectReferenceNestedImpl
public class TypedLocalObjectReferenceFluentImpl<A extends TypedLocalObjectReferenceFluent<A>> extends BaseFluent<A> implements TypedLocalObjectReferenceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description TypedLocalObjectReferenceFluentImpl()TypedLocalObjectReferenceFluentImpl(TypedLocalObjectReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiGroup()StringgetKind()StringgetName()BooleanhasApiGroup()inthashCode()BooleanhasKind()BooleanhasName()AwithApiGroup(String apiGroup)AwithKind(String kind)AwithName(String name)AwithNewApiGroup(String arg1)AwithNewApiGroup(StringBuffer arg1)AwithNewApiGroup(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Constructor Detail
-
TypedLocalObjectReferenceFluentImpl
public TypedLocalObjectReferenceFluentImpl()
-
TypedLocalObjectReferenceFluentImpl
public TypedLocalObjectReferenceFluentImpl(TypedLocalObjectReference instance)
-
-
Method Detail
-
getApiGroup
public String getApiGroup()
- Specified by:
getApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withApiGroup
public A withApiGroup(String apiGroup)
- Specified by:
withApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasApiGroup
public Boolean hasApiGroup()
- Specified by:
hasApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
public A withNewApiGroup(String arg1)
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
public A withNewApiGroup(StringBuilder arg1)
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
public A withNewApiGroup(StringBuffer arg1)
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
-