public class V1alpha1PipelineStatusInfoItem extends Object
| Constructor and Description |
|---|
V1alpha1PipelineStatusInfoItem() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PipelineStatusInfoItem |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getName()
Get name
|
String |
getType()
Get type
|
Object |
getValue()
Get value
|
int |
hashCode() |
V1alpha1PipelineStatusInfoItem |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(Object value) |
String |
toString() |
V1alpha1PipelineStatusInfoItem |
type(String type) |
V1alpha1PipelineStatusInfoItem |
value(Object value) |
public V1alpha1PipelineStatusInfoItem description(String description)
public String getDescription()
public void setDescription(String description)
public V1alpha1PipelineStatusInfoItem name(String name)
public String getName()
public void setName(String name)
public V1alpha1PipelineStatusInfoItem type(String type)
public String getType()
public void setType(String type)
public V1alpha1PipelineStatusInfoItem value(Object value)
public Object getValue()
public void setValue(Object value)
Copyright © 2020. All rights reserved.