public class TaskRunResult extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TaskRunResult()
No args constructor for use in serialization
|
TaskRunResult(String name,
String type,
ParamValue value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getType() |
ParamValue |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(ParamValue value) |
public TaskRunResult()
public TaskRunResult(String name, String type, ParamValue value)
name - type - value - public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public ParamValue getValue()
public void setValue(ParamValue value)
Copyright © 2015–2023 Red Hat. All rights reserved.