public class TaskResourceFluent<A extends TaskResourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TaskResourceFluent() |
TaskResourceFluent(TaskResource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(TaskResource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getName() |
Boolean |
getOptional() |
String |
getTargetPath() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasOptional() |
boolean |
hasTargetPath() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDescription(String description) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |
A |
withTargetPath(String targetPath) |
A |
withType(String type) |
public TaskResourceFluent()
public TaskResourceFluent(TaskResource instance)
protected void copyInstance(TaskResource instance)
public String getDescription()
public boolean hasDescription()
public String getName()
public boolean hasName()
public Boolean getOptional()
public boolean hasOptional()
public String getTargetPath()
public boolean hasTargetPath()
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskResourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskResourceFluent<A>>public A withOptional()
Copyright © 2015–2023 Red Hat. All rights reserved.