@Generated(value="org.jsonschema2pojo") public class BuildOutput extends Object
| Constructor and Description |
|---|
BuildOutput()
No args constructor for use in serialization
|
BuildOutput(LocalObjectReference pushSecret,
ObjectReference to) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
LocalObjectReference |
getPushSecret() |
ObjectReference |
getTo() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPushSecret(LocalObjectReference pushSecret) |
void |
setTo(ObjectReference to) |
public BuildOutput()
public BuildOutput(LocalObjectReference pushSecret, ObjectReference to)
to - pushSecret - public LocalObjectReference getPushSecret()
public void setPushSecret(LocalObjectReference pushSecret)
pushSecret - The pushSecretpublic ObjectReference getTo()
public void setTo(ObjectReference to)
to - The toCopyright © 2011–2016 Red Hat. All rights reserved.