@Generated(value="org.jsonschema2pojo") public class ParallelSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ParallelSpec()
No args constructor for use in serialization
|
ParallelSpec(List<ParallelBranch> branches,
ChannelTemplateSpec channelTemplate,
Destination reply) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<ParallelBranch> |
getBranches() |
ChannelTemplateSpec |
getChannelTemplate() |
Destination |
getReply() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBranches(List<ParallelBranch> branches) |
void |
setChannelTemplate(ChannelTemplateSpec channelTemplate) |
void |
setReply(Destination reply) |
public ParallelSpec()
public ParallelSpec(List<ParallelBranch> branches, ChannelTemplateSpec channelTemplate, Destination reply)
branches - reply - channelTemplate - public List<ParallelBranch> getBranches()
public void setBranches(List<ParallelBranch> branches)
branches - The branchespublic ChannelTemplateSpec getChannelTemplate()
public void setChannelTemplate(ChannelTemplateSpec channelTemplate)
channelTemplate - The channelTemplatepublic Destination getReply()
public void setReply(Destination reply)
reply - The replyCopyright © 2015–2020 Red Hat. All rights reserved.