public class V1alpha1PipelineCause extends Object
| Constructor and Description |
|---|
V1alpha1PipelineCause() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
Human-readable message indicating details about a pipeline cause.
|
String |
getType()
Type is the type of the pipeline pipelineCause.
|
int |
hashCode() |
V1alpha1PipelineCause |
message(String message) |
void |
setMessage(String message) |
void |
setType(String type) |
String |
toString() |
V1alpha1PipelineCause |
type(String type) |
public V1alpha1PipelineCause message(String message)
public String getMessage()
public void setMessage(String message)
public V1alpha1PipelineCause type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.