io.fabric8.knative.api.model.ValidationSchema Maven / Gradle / Ivy
package io.fabric8.knative.api.model;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import io.fabric8.knative.duck.v1alpha1.Resource;
import io.fabric8.knative.duck.v1alpha1.ResourceList;
import io.fabric8.knative.duck.v1alpha1.SubscribableType;
import io.fabric8.knative.duck.v1alpha1.SubscribableTypeList;
import io.fabric8.knative.duck.v1beta1.DeliverySpec;
import io.fabric8.knative.duck.v1beta1.SubscribableList;
import io.fabric8.knative.duck.v1beta1.SubscribableStatus;
import io.fabric8.knative.duck.v1beta1.SubscriberStatus;
import io.fabric8.knative.eventing.v1alpha1.Broker;
import io.fabric8.knative.eventing.v1alpha1.BrokerList;
import io.fabric8.knative.eventing.v1alpha1.EventType;
import io.fabric8.knative.eventing.v1alpha1.EventTypeList;
import io.fabric8.knative.eventing.v1alpha1.Trigger;
import io.fabric8.knative.eventing.v1alpha1.TriggerList;
import io.fabric8.knative.flows.v1alpha1.Parallel;
import io.fabric8.knative.flows.v1alpha1.ParallelBranch;
import io.fabric8.knative.flows.v1alpha1.ParallelBranchStatus;
import io.fabric8.knative.flows.v1alpha1.ParallelChannelStatus;
import io.fabric8.knative.flows.v1alpha1.ParallelList;
import io.fabric8.knative.flows.v1alpha1.ParallelSubscriptionStatus;
import io.fabric8.knative.flows.v1alpha1.Sequence;
import io.fabric8.knative.flows.v1alpha1.SequenceList;
import io.fabric8.knative.legacysources.v1alpha1.ApiServerResource;
import io.fabric8.knative.legacysources.v1alpha1.ApiServerSource;
import io.fabric8.knative.legacysources.v1alpha1.ApiServerSourceList;
import io.fabric8.knative.legacysources.v1alpha1.ContainerSource;
import io.fabric8.knative.legacysources.v1alpha1.ContainerSourceList;
import io.fabric8.knative.legacysources.v1alpha1.CronJobSource;
import io.fabric8.knative.legacysources.v1alpha1.CronJobSourceList;
import io.fabric8.knative.legacysources.v1alpha1.SinkBinding;
import io.fabric8.knative.legacysources.v1alpha1.SinkBindingList;
import io.fabric8.knative.messaging.v1alpha1.Channel;
import io.fabric8.knative.messaging.v1alpha1.ChannelList;
import io.fabric8.knative.messaging.v1alpha1.InMemoryChannel;
import io.fabric8.knative.messaging.v1alpha1.InMemoryChannelList;
import io.fabric8.knative.messaging.v1alpha1.Subscription;
import io.fabric8.knative.messaging.v1alpha1.SubscriptionList;
import io.fabric8.kubernetes.api.model.Container;
import io.fabric8.kubernetes.api.model.Doneable;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.model.Volume;
import io.sundr.builder.annotations.Buildable;
import io.sundr.builder.annotations.BuildableReference;
import io.sundr.builder.annotations.Inline;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@JsonInclude(JsonInclude.Include.NON_NULL)
@Generated("org.jsonschema2pojo")
@JsonPropertyOrder({
"apiServerResource",
"apiServerSource",
"apiServerSourceList",
"broker",
"brokerList",
"channel",
"channelList",
"containerSource",
"containerSourceList",
"cronJobSource",
"cronJobSourceList",
"eventType",
"eventTypeList",
"inMemoryChannel",
"inMemoryChannelList",
"parallel",
"parallelBranch",
"parallelBranchStatus",
"parallelChannelStatus",
"parallelList",
"parallelSubscriptionStatus",
"sequence",
"sequenceList",
"sinkBinding",
"sinkBindingList",
"subscription",
"subscriptionList",
"trigger",
"triggerList",
"v1Configuration",
"v1ConfigurationList",
"v1Revision",
"v1RevisionList",
"v1Route",
"v1RouteList",
"v1Service",
"v1ServiceList",
"v1alpha1ChanalableList",
"v1alpha1Channelable",
"v1alpha1Configuration",
"v1alpha1ConfigurationList",
"v1alpha1Resource",
"v1alpha1ResourceList",
"v1alpha1Revision",
"v1alpha1RevisionList",
"v1alpha1Route",
"v1alpha1RouteList",
"v1alpha1Service",
"v1alpha1ServiceList",
"v1alpha1Subscribable",
"v1alpha1SubscribableType",
"v1alpha1SubscribableTypeList",
"v1beta1BackoffPolicyType",
"v1beta1ChanalableList",
"v1beta1Channelable",
"v1beta1Configuration",
"v1beta1ConfigurationList",
"v1beta1DeliverySpec",
"v1beta1Revision",
"v1beta1RevisionList",
"v1beta1Route",
"v1beta1RouteList",
"v1beta1Service",
"v1beta1ServiceList",
"v1beta1Subscribable",
"v1beta1SubscribableList",
"v1beta1SubscribableStatus",
"v1beta1SubscriberStatus"
})
@JsonDeserialize(using = com.fasterxml.jackson.databind.JsonDeserializer.None.class)
@ToString
@EqualsAndHashCode
@Buildable(editableEnabled = false, validationEnabled = false, generateBuilderPackage = false, builderPackage = "io.fabric8.kubernetes.api.builder", inline = {
@Inline(type = Doneable.class, prefix = "Doneable", value = "done")
}, refs = {
@BuildableReference(ObjectMeta.class),
@BuildableReference(Volume.class),
@BuildableReference(Container.class)
})
public class ValidationSchema {
/**
*
*
*/
@JsonProperty("apiServerResource")
private ApiServerResource apiServerResource;
/**
*
*
*/
@JsonProperty("apiServerSource")
private ApiServerSource apiServerSource;
/**
*
*
*/
@JsonProperty("apiServerSourceList")
private ApiServerSourceList apiServerSourceList;
/**
*
*
*/
@JsonProperty("broker")
private Broker broker;
/**
*
*
*/
@JsonProperty("brokerList")
private BrokerList brokerList;
/**
*
*
*/
@JsonProperty("channel")
private Channel channel;
/**
*
*
*/
@JsonProperty("channelList")
private ChannelList channelList;
/**
*
*
*/
@JsonProperty("containerSource")
private ContainerSource containerSource;
/**
*
*
*/
@JsonProperty("containerSourceList")
private ContainerSourceList containerSourceList;
/**
*
*
*/
@JsonProperty("cronJobSource")
private CronJobSource cronJobSource;
/**
*
*
*/
@JsonProperty("cronJobSourceList")
private CronJobSourceList cronJobSourceList;
/**
*
*
*/
@JsonProperty("eventType")
private EventType eventType;
/**
*
*
*/
@JsonProperty("eventTypeList")
private EventTypeList eventTypeList;
/**
*
*
*/
@JsonProperty("inMemoryChannel")
private InMemoryChannel inMemoryChannel;
/**
*
*
*/
@JsonProperty("inMemoryChannelList")
private InMemoryChannelList inMemoryChannelList;
/**
*
*
*/
@JsonProperty("parallel")
private Parallel parallel;
/**
*
*
*/
@JsonProperty("parallelBranch")
private ParallelBranch parallelBranch;
/**
*
*
*/
@JsonProperty("parallelBranchStatus")
private ParallelBranchStatus parallelBranchStatus;
/**
*
*
*/
@JsonProperty("parallelChannelStatus")
private ParallelChannelStatus parallelChannelStatus;
/**
*
*
*/
@JsonProperty("parallelList")
private ParallelList parallelList;
/**
*
*
*/
@JsonProperty("parallelSubscriptionStatus")
private ParallelSubscriptionStatus parallelSubscriptionStatus;
/**
*
*
*/
@JsonProperty("sequence")
private Sequence sequence;
/**
*
*
*/
@JsonProperty("sequenceList")
private SequenceList sequenceList;
/**
*
*
*/
@JsonProperty("sinkBinding")
private SinkBinding sinkBinding;
/**
*
*
*/
@JsonProperty("sinkBindingList")
private SinkBindingList sinkBindingList;
/**
*
*
*/
@JsonProperty("subscription")
private Subscription subscription;
/**
*
*
*/
@JsonProperty("subscriptionList")
private SubscriptionList subscriptionList;
/**
*
*
*/
@JsonProperty("trigger")
private Trigger trigger;
/**
*
*
*/
@JsonProperty("triggerList")
private TriggerList triggerList;
/**
*
*
*/
@JsonProperty("v1Configuration")
private io.fabric8.knative.serving.v1.Configuration v1Configuration;
/**
*
*
*/
@JsonProperty("v1ConfigurationList")
private io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1Revision")
private io.fabric8.knative.serving.v1.Revision v1Revision;
/**
*
*
*/
@JsonProperty("v1RevisionList")
private io.fabric8.knative.serving.v1.RevisionList v1RevisionList;
/**
*
*
*/
@JsonProperty("v1Route")
private io.fabric8.knative.serving.v1.Route v1Route;
/**
*
*
*/
@JsonProperty("v1RouteList")
private io.fabric8.knative.serving.v1.RouteList v1RouteList;
/**
*
*
*/
@JsonProperty("v1Service")
private io.fabric8.knative.serving.v1.Service v1Service;
/**
*
*
*/
@JsonProperty("v1ServiceList")
private io.fabric8.knative.serving.v1.ServiceList v1ServiceList;
/**
*
*
*/
@JsonProperty("v1alpha1ChanalableList")
private io.fabric8.knative.duck.v1alpha1.ChannelableList v1alpha1ChanalableList;
/**
*
*
*/
@JsonProperty("v1alpha1Channelable")
private io.fabric8.knative.duck.v1alpha1.Channelable v1alpha1Channelable;
/**
*
*
*/
@JsonProperty("v1alpha1Configuration")
private io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration;
/**
*
*
*/
@JsonProperty("v1alpha1ConfigurationList")
private io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1alpha1Resource")
private Resource v1alpha1Resource;
/**
*
*
*/
@JsonProperty("v1alpha1ResourceList")
private ResourceList v1alpha1ResourceList;
/**
*
*
*/
@JsonProperty("v1alpha1Revision")
private io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision;
/**
*
*
*/
@JsonProperty("v1alpha1RevisionList")
private io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList;
/**
*
*
*/
@JsonProperty("v1alpha1Route")
private io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route;
/**
*
*
*/
@JsonProperty("v1alpha1RouteList")
private io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList;
/**
*
*
*/
@JsonProperty("v1alpha1Service")
private io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service;
/**
*
*
*/
@JsonProperty("v1alpha1ServiceList")
private io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList;
/**
*
*
*/
@JsonProperty("v1alpha1Subscribable")
private io.fabric8.knative.duck.v1alpha1.Subscribable v1alpha1Subscribable;
/**
*
*
*/
@JsonProperty("v1alpha1SubscribableType")
private SubscribableType v1alpha1SubscribableType;
/**
*
*
*/
@JsonProperty("v1alpha1SubscribableTypeList")
private SubscribableTypeList v1alpha1SubscribableTypeList;
/**
*
*
*/
@JsonProperty("v1beta1BackoffPolicyType")
private String v1beta1BackoffPolicyType;
/**
*
*
*/
@JsonProperty("v1beta1ChanalableList")
private io.fabric8.knative.duck.v1beta1.ChannelableList v1beta1ChanalableList;
/**
*
*
*/
@JsonProperty("v1beta1Channelable")
private io.fabric8.knative.duck.v1beta1.Channelable v1beta1Channelable;
/**
*
*
*/
@JsonProperty("v1beta1Configuration")
private io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration;
/**
*
*
*/
@JsonProperty("v1beta1ConfigurationList")
private io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1beta1DeliverySpec")
private DeliverySpec v1beta1DeliverySpec;
/**
*
*
*/
@JsonProperty("v1beta1Revision")
private io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision;
/**
*
*
*/
@JsonProperty("v1beta1RevisionList")
private io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList;
/**
*
*
*/
@JsonProperty("v1beta1Route")
private io.fabric8.knative.serving.v1beta1.Route v1beta1Route;
/**
*
*
*/
@JsonProperty("v1beta1RouteList")
private io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList;
/**
*
*
*/
@JsonProperty("v1beta1Service")
private io.fabric8.knative.serving.v1beta1.Service v1beta1Service;
/**
*
*
*/
@JsonProperty("v1beta1ServiceList")
private io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList;
/**
*
*
*/
@JsonProperty("v1beta1Subscribable")
private io.fabric8.knative.duck.v1beta1.Subscribable v1beta1Subscribable;
/**
*
*
*/
@JsonProperty("v1beta1SubscribableList")
private SubscribableList v1beta1SubscribableList;
/**
*
*
*/
@JsonProperty("v1beta1SubscribableStatus")
private SubscribableStatus v1beta1SubscribableStatus;
/**
*
*
*/
@JsonProperty("v1beta1SubscriberStatus")
private SubscriberStatus v1beta1SubscriberStatus;
@JsonIgnore
private Map additionalProperties = new HashMap();
/**
* No args constructor for use in serialization
*
*/
public ValidationSchema() {
}
/**
*
* @param inMemoryChannelList
* @param channel
* @param v1beta1RevisionList
* @param channelList
* @param v1alpha1Service
* @param triggerList
* @param v1beta1Revision
* @param v1beta1SubscribableStatus
* @param v1beta1DeliverySpec
* @param parallelBranchStatus
* @param v1Service
* @param v1beta1Route
* @param v1alpha1Route
* @param cronJobSourceList
* @param v1alpha1Revision
* @param v1ServiceList
* @param v1alpha1SubscribableTypeList
* @param containerSourceList
* @param v1RouteList
* @param v1beta1ServiceList
* @param eventType
* @param v1alpha1ResourceList
* @param containerSource
* @param brokerList
* @param sequence
* @param v1alpha1ConfigurationList
* @param inMemoryChannel
* @param v1Revision
* @param apiServerSource
* @param v1ConfigurationList
* @param apiServerSourceList
* @param v1RevisionList
* @param v1alpha1ChanalableList
* @param v1beta1Channelable
* @param v1alpha1Subscribable
* @param v1alpha1ServiceList
* @param cronJobSource
* @param sinkBindingList
* @param subscription
* @param v1alpha1Channelable
* @param parallelSubscriptionStatus
* @param v1Configuration
* @param eventTypeList
* @param parallelList
* @param sinkBinding
* @param v1alpha1RouteList
* @param parallel
* @param v1beta1SubscribableList
* @param v1alpha1Configuration
* @param v1beta1ChanalableList
* @param v1beta1SubscriberStatus
* @param parallelBranch
* @param sequenceList
* @param v1alpha1Resource
* @param v1beta1Configuration
* @param subscriptionList
* @param trigger
* @param broker
* @param apiServerResource
* @param v1alpha1RevisionList
* @param v1beta1ConfigurationList
* @param v1beta1RouteList
* @param parallelChannelStatus
* @param v1beta1Service
* @param v1Route
* @param v1beta1BackoffPolicyType
* @param v1beta1Subscribable
* @param v1alpha1SubscribableType
*/
public ValidationSchema(ApiServerResource apiServerResource, ApiServerSource apiServerSource, ApiServerSourceList apiServerSourceList, Broker broker, BrokerList brokerList, Channel channel, ChannelList channelList, ContainerSource containerSource, ContainerSourceList containerSourceList, CronJobSource cronJobSource, CronJobSourceList cronJobSourceList, EventType eventType, EventTypeList eventTypeList, InMemoryChannel inMemoryChannel, InMemoryChannelList inMemoryChannelList, Parallel parallel, ParallelBranch parallelBranch, ParallelBranchStatus parallelBranchStatus, ParallelChannelStatus parallelChannelStatus, ParallelList parallelList, ParallelSubscriptionStatus parallelSubscriptionStatus, Sequence sequence, SequenceList sequenceList, SinkBinding sinkBinding, SinkBindingList sinkBindingList, Subscription subscription, SubscriptionList subscriptionList, Trigger trigger, TriggerList triggerList, io.fabric8.knative.serving.v1.Configuration v1Configuration, io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList, io.fabric8.knative.serving.v1.Revision v1Revision, io.fabric8.knative.serving.v1.RevisionList v1RevisionList, io.fabric8.knative.serving.v1.Route v1Route, io.fabric8.knative.serving.v1.RouteList v1RouteList, io.fabric8.knative.serving.v1.Service v1Service, io.fabric8.knative.serving.v1.ServiceList v1ServiceList, io.fabric8.knative.duck.v1alpha1.ChannelableList v1alpha1ChanalableList, io.fabric8.knative.duck.v1alpha1.Channelable v1alpha1Channelable, io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration, io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList, Resource v1alpha1Resource, ResourceList v1alpha1ResourceList, io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision, io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList, io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route, io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList, io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service, io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList, io.fabric8.knative.duck.v1alpha1.Subscribable v1alpha1Subscribable, SubscribableType v1alpha1SubscribableType, SubscribableTypeList v1alpha1SubscribableTypeList, String v1beta1BackoffPolicyType, io.fabric8.knative.duck.v1beta1.ChannelableList v1beta1ChanalableList, io.fabric8.knative.duck.v1beta1.Channelable v1beta1Channelable, io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration, io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList, DeliverySpec v1beta1DeliverySpec, io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision, io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList, io.fabric8.knative.serving.v1beta1.Route v1beta1Route, io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList, io.fabric8.knative.serving.v1beta1.Service v1beta1Service, io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList, io.fabric8.knative.duck.v1beta1.Subscribable v1beta1Subscribable, SubscribableList v1beta1SubscribableList, SubscribableStatus v1beta1SubscribableStatus, SubscriberStatus v1beta1SubscriberStatus) {
this.apiServerResource = apiServerResource;
this.apiServerSource = apiServerSource;
this.apiServerSourceList = apiServerSourceList;
this.broker = broker;
this.brokerList = brokerList;
this.channel = channel;
this.channelList = channelList;
this.containerSource = containerSource;
this.containerSourceList = containerSourceList;
this.cronJobSource = cronJobSource;
this.cronJobSourceList = cronJobSourceList;
this.eventType = eventType;
this.eventTypeList = eventTypeList;
this.inMemoryChannel = inMemoryChannel;
this.inMemoryChannelList = inMemoryChannelList;
this.parallel = parallel;
this.parallelBranch = parallelBranch;
this.parallelBranchStatus = parallelBranchStatus;
this.parallelChannelStatus = parallelChannelStatus;
this.parallelList = parallelList;
this.parallelSubscriptionStatus = parallelSubscriptionStatus;
this.sequence = sequence;
this.sequenceList = sequenceList;
this.sinkBinding = sinkBinding;
this.sinkBindingList = sinkBindingList;
this.subscription = subscription;
this.subscriptionList = subscriptionList;
this.trigger = trigger;
this.triggerList = triggerList;
this.v1Configuration = v1Configuration;
this.v1ConfigurationList = v1ConfigurationList;
this.v1Revision = v1Revision;
this.v1RevisionList = v1RevisionList;
this.v1Route = v1Route;
this.v1RouteList = v1RouteList;
this.v1Service = v1Service;
this.v1ServiceList = v1ServiceList;
this.v1alpha1ChanalableList = v1alpha1ChanalableList;
this.v1alpha1Channelable = v1alpha1Channelable;
this.v1alpha1Configuration = v1alpha1Configuration;
this.v1alpha1ConfigurationList = v1alpha1ConfigurationList;
this.v1alpha1Resource = v1alpha1Resource;
this.v1alpha1ResourceList = v1alpha1ResourceList;
this.v1alpha1Revision = v1alpha1Revision;
this.v1alpha1RevisionList = v1alpha1RevisionList;
this.v1alpha1Route = v1alpha1Route;
this.v1alpha1RouteList = v1alpha1RouteList;
this.v1alpha1Service = v1alpha1Service;
this.v1alpha1ServiceList = v1alpha1ServiceList;
this.v1alpha1Subscribable = v1alpha1Subscribable;
this.v1alpha1SubscribableType = v1alpha1SubscribableType;
this.v1alpha1SubscribableTypeList = v1alpha1SubscribableTypeList;
this.v1beta1BackoffPolicyType = v1beta1BackoffPolicyType;
this.v1beta1ChanalableList = v1beta1ChanalableList;
this.v1beta1Channelable = v1beta1Channelable;
this.v1beta1Configuration = v1beta1Configuration;
this.v1beta1ConfigurationList = v1beta1ConfigurationList;
this.v1beta1DeliverySpec = v1beta1DeliverySpec;
this.v1beta1Revision = v1beta1Revision;
this.v1beta1RevisionList = v1beta1RevisionList;
this.v1beta1Route = v1beta1Route;
this.v1beta1RouteList = v1beta1RouteList;
this.v1beta1Service = v1beta1Service;
this.v1beta1ServiceList = v1beta1ServiceList;
this.v1beta1Subscribable = v1beta1Subscribable;
this.v1beta1SubscribableList = v1beta1SubscribableList;
this.v1beta1SubscribableStatus = v1beta1SubscribableStatus;
this.v1beta1SubscriberStatus = v1beta1SubscriberStatus;
}
/**
*
*
* @return
* The apiServerResource
*/
@JsonProperty("apiServerResource")
public ApiServerResource getApiServerResource() {
return apiServerResource;
}
/**
*
*
* @param apiServerResource
* The apiServerResource
*/
@JsonProperty("apiServerResource")
public void setApiServerResource(ApiServerResource apiServerResource) {
this.apiServerResource = apiServerResource;
}
/**
*
*
* @return
* The apiServerSource
*/
@JsonProperty("apiServerSource")
public ApiServerSource getApiServerSource() {
return apiServerSource;
}
/**
*
*
* @param apiServerSource
* The apiServerSource
*/
@JsonProperty("apiServerSource")
public void setApiServerSource(ApiServerSource apiServerSource) {
this.apiServerSource = apiServerSource;
}
/**
*
*
* @return
* The apiServerSourceList
*/
@JsonProperty("apiServerSourceList")
public ApiServerSourceList getApiServerSourceList() {
return apiServerSourceList;
}
/**
*
*
* @param apiServerSourceList
* The apiServerSourceList
*/
@JsonProperty("apiServerSourceList")
public void setApiServerSourceList(ApiServerSourceList apiServerSourceList) {
this.apiServerSourceList = apiServerSourceList;
}
/**
*
*
* @return
* The broker
*/
@JsonProperty("broker")
public Broker getBroker() {
return broker;
}
/**
*
*
* @param broker
* The broker
*/
@JsonProperty("broker")
public void setBroker(Broker broker) {
this.broker = broker;
}
/**
*
*
* @return
* The brokerList
*/
@JsonProperty("brokerList")
public BrokerList getBrokerList() {
return brokerList;
}
/**
*
*
* @param brokerList
* The brokerList
*/
@JsonProperty("brokerList")
public void setBrokerList(BrokerList brokerList) {
this.brokerList = brokerList;
}
/**
*
*
* @return
* The channel
*/
@JsonProperty("channel")
public Channel getChannel() {
return channel;
}
/**
*
*
* @param channel
* The channel
*/
@JsonProperty("channel")
public void setChannel(Channel channel) {
this.channel = channel;
}
/**
*
*
* @return
* The channelList
*/
@JsonProperty("channelList")
public ChannelList getChannelList() {
return channelList;
}
/**
*
*
* @param channelList
* The channelList
*/
@JsonProperty("channelList")
public void setChannelList(ChannelList channelList) {
this.channelList = channelList;
}
/**
*
*
* @return
* The containerSource
*/
@JsonProperty("containerSource")
public ContainerSource getContainerSource() {
return containerSource;
}
/**
*
*
* @param containerSource
* The containerSource
*/
@JsonProperty("containerSource")
public void setContainerSource(ContainerSource containerSource) {
this.containerSource = containerSource;
}
/**
*
*
* @return
* The containerSourceList
*/
@JsonProperty("containerSourceList")
public ContainerSourceList getContainerSourceList() {
return containerSourceList;
}
/**
*
*
* @param containerSourceList
* The containerSourceList
*/
@JsonProperty("containerSourceList")
public void setContainerSourceList(ContainerSourceList containerSourceList) {
this.containerSourceList = containerSourceList;
}
/**
*
*
* @return
* The cronJobSource
*/
@JsonProperty("cronJobSource")
public CronJobSource getCronJobSource() {
return cronJobSource;
}
/**
*
*
* @param cronJobSource
* The cronJobSource
*/
@JsonProperty("cronJobSource")
public void setCronJobSource(CronJobSource cronJobSource) {
this.cronJobSource = cronJobSource;
}
/**
*
*
* @return
* The cronJobSourceList
*/
@JsonProperty("cronJobSourceList")
public CronJobSourceList getCronJobSourceList() {
return cronJobSourceList;
}
/**
*
*
* @param cronJobSourceList
* The cronJobSourceList
*/
@JsonProperty("cronJobSourceList")
public void setCronJobSourceList(CronJobSourceList cronJobSourceList) {
this.cronJobSourceList = cronJobSourceList;
}
/**
*
*
* @return
* The eventType
*/
@JsonProperty("eventType")
public EventType getEventType() {
return eventType;
}
/**
*
*
* @param eventType
* The eventType
*/
@JsonProperty("eventType")
public void setEventType(EventType eventType) {
this.eventType = eventType;
}
/**
*
*
* @return
* The eventTypeList
*/
@JsonProperty("eventTypeList")
public EventTypeList getEventTypeList() {
return eventTypeList;
}
/**
*
*
* @param eventTypeList
* The eventTypeList
*/
@JsonProperty("eventTypeList")
public void setEventTypeList(EventTypeList eventTypeList) {
this.eventTypeList = eventTypeList;
}
/**
*
*
* @return
* The inMemoryChannel
*/
@JsonProperty("inMemoryChannel")
public InMemoryChannel getInMemoryChannel() {
return inMemoryChannel;
}
/**
*
*
* @param inMemoryChannel
* The inMemoryChannel
*/
@JsonProperty("inMemoryChannel")
public void setInMemoryChannel(InMemoryChannel inMemoryChannel) {
this.inMemoryChannel = inMemoryChannel;
}
/**
*
*
* @return
* The inMemoryChannelList
*/
@JsonProperty("inMemoryChannelList")
public InMemoryChannelList getInMemoryChannelList() {
return inMemoryChannelList;
}
/**
*
*
* @param inMemoryChannelList
* The inMemoryChannelList
*/
@JsonProperty("inMemoryChannelList")
public void setInMemoryChannelList(InMemoryChannelList inMemoryChannelList) {
this.inMemoryChannelList = inMemoryChannelList;
}
/**
*
*
* @return
* The parallel
*/
@JsonProperty("parallel")
public Parallel getParallel() {
return parallel;
}
/**
*
*
* @param parallel
* The parallel
*/
@JsonProperty("parallel")
public void setParallel(Parallel parallel) {
this.parallel = parallel;
}
/**
*
*
* @return
* The parallelBranch
*/
@JsonProperty("parallelBranch")
public ParallelBranch getParallelBranch() {
return parallelBranch;
}
/**
*
*
* @param parallelBranch
* The parallelBranch
*/
@JsonProperty("parallelBranch")
public void setParallelBranch(ParallelBranch parallelBranch) {
this.parallelBranch = parallelBranch;
}
/**
*
*
* @return
* The parallelBranchStatus
*/
@JsonProperty("parallelBranchStatus")
public ParallelBranchStatus getParallelBranchStatus() {
return parallelBranchStatus;
}
/**
*
*
* @param parallelBranchStatus
* The parallelBranchStatus
*/
@JsonProperty("parallelBranchStatus")
public void setParallelBranchStatus(ParallelBranchStatus parallelBranchStatus) {
this.parallelBranchStatus = parallelBranchStatus;
}
/**
*
*
* @return
* The parallelChannelStatus
*/
@JsonProperty("parallelChannelStatus")
public ParallelChannelStatus getParallelChannelStatus() {
return parallelChannelStatus;
}
/**
*
*
* @param parallelChannelStatus
* The parallelChannelStatus
*/
@JsonProperty("parallelChannelStatus")
public void setParallelChannelStatus(ParallelChannelStatus parallelChannelStatus) {
this.parallelChannelStatus = parallelChannelStatus;
}
/**
*
*
* @return
* The parallelList
*/
@JsonProperty("parallelList")
public ParallelList getParallelList() {
return parallelList;
}
/**
*
*
* @param parallelList
* The parallelList
*/
@JsonProperty("parallelList")
public void setParallelList(ParallelList parallelList) {
this.parallelList = parallelList;
}
/**
*
*
* @return
* The parallelSubscriptionStatus
*/
@JsonProperty("parallelSubscriptionStatus")
public ParallelSubscriptionStatus getParallelSubscriptionStatus() {
return parallelSubscriptionStatus;
}
/**
*
*
* @param parallelSubscriptionStatus
* The parallelSubscriptionStatus
*/
@JsonProperty("parallelSubscriptionStatus")
public void setParallelSubscriptionStatus(ParallelSubscriptionStatus parallelSubscriptionStatus) {
this.parallelSubscriptionStatus = parallelSubscriptionStatus;
}
/**
*
*
* @return
* The sequence
*/
@JsonProperty("sequence")
public Sequence getSequence() {
return sequence;
}
/**
*
*
* @param sequence
* The sequence
*/
@JsonProperty("sequence")
public void setSequence(Sequence sequence) {
this.sequence = sequence;
}
/**
*
*
* @return
* The sequenceList
*/
@JsonProperty("sequenceList")
public SequenceList getSequenceList() {
return sequenceList;
}
/**
*
*
* @param sequenceList
* The sequenceList
*/
@JsonProperty("sequenceList")
public void setSequenceList(SequenceList sequenceList) {
this.sequenceList = sequenceList;
}
/**
*
*
* @return
* The sinkBinding
*/
@JsonProperty("sinkBinding")
public SinkBinding getSinkBinding() {
return sinkBinding;
}
/**
*
*
* @param sinkBinding
* The sinkBinding
*/
@JsonProperty("sinkBinding")
public void setSinkBinding(SinkBinding sinkBinding) {
this.sinkBinding = sinkBinding;
}
/**
*
*
* @return
* The sinkBindingList
*/
@JsonProperty("sinkBindingList")
public SinkBindingList getSinkBindingList() {
return sinkBindingList;
}
/**
*
*
* @param sinkBindingList
* The sinkBindingList
*/
@JsonProperty("sinkBindingList")
public void setSinkBindingList(SinkBindingList sinkBindingList) {
this.sinkBindingList = sinkBindingList;
}
/**
*
*
* @return
* The subscription
*/
@JsonProperty("subscription")
public Subscription getSubscription() {
return subscription;
}
/**
*
*
* @param subscription
* The subscription
*/
@JsonProperty("subscription")
public void setSubscription(Subscription subscription) {
this.subscription = subscription;
}
/**
*
*
* @return
* The subscriptionList
*/
@JsonProperty("subscriptionList")
public SubscriptionList getSubscriptionList() {
return subscriptionList;
}
/**
*
*
* @param subscriptionList
* The subscriptionList
*/
@JsonProperty("subscriptionList")
public void setSubscriptionList(SubscriptionList subscriptionList) {
this.subscriptionList = subscriptionList;
}
/**
*
*
* @return
* The trigger
*/
@JsonProperty("trigger")
public Trigger getTrigger() {
return trigger;
}
/**
*
*
* @param trigger
* The trigger
*/
@JsonProperty("trigger")
public void setTrigger(Trigger trigger) {
this.trigger = trigger;
}
/**
*
*
* @return
* The triggerList
*/
@JsonProperty("triggerList")
public TriggerList getTriggerList() {
return triggerList;
}
/**
*
*
* @param triggerList
* The triggerList
*/
@JsonProperty("triggerList")
public void setTriggerList(TriggerList triggerList) {
this.triggerList = triggerList;
}
/**
*
*
* @return
* The v1Configuration
*/
@JsonProperty("v1Configuration")
public io.fabric8.knative.serving.v1.Configuration getV1Configuration() {
return v1Configuration;
}
/**
*
*
* @param v1Configuration
* The v1Configuration
*/
@JsonProperty("v1Configuration")
public void setV1Configuration(io.fabric8.knative.serving.v1.Configuration v1Configuration) {
this.v1Configuration = v1Configuration;
}
/**
*
*
* @return
* The v1ConfigurationList
*/
@JsonProperty("v1ConfigurationList")
public io.fabric8.knative.serving.v1.ConfigurationList getV1ConfigurationList() {
return v1ConfigurationList;
}
/**
*
*
* @param v1ConfigurationList
* The v1ConfigurationList
*/
@JsonProperty("v1ConfigurationList")
public void setV1ConfigurationList(io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList) {
this.v1ConfigurationList = v1ConfigurationList;
}
/**
*
*
* @return
* The v1Revision
*/
@JsonProperty("v1Revision")
public io.fabric8.knative.serving.v1.Revision getV1Revision() {
return v1Revision;
}
/**
*
*
* @param v1Revision
* The v1Revision
*/
@JsonProperty("v1Revision")
public void setV1Revision(io.fabric8.knative.serving.v1.Revision v1Revision) {
this.v1Revision = v1Revision;
}
/**
*
*
* @return
* The v1RevisionList
*/
@JsonProperty("v1RevisionList")
public io.fabric8.knative.serving.v1.RevisionList getV1RevisionList() {
return v1RevisionList;
}
/**
*
*
* @param v1RevisionList
* The v1RevisionList
*/
@JsonProperty("v1RevisionList")
public void setV1RevisionList(io.fabric8.knative.serving.v1.RevisionList v1RevisionList) {
this.v1RevisionList = v1RevisionList;
}
/**
*
*
* @return
* The v1Route
*/
@JsonProperty("v1Route")
public io.fabric8.knative.serving.v1.Route getV1Route() {
return v1Route;
}
/**
*
*
* @param v1Route
* The v1Route
*/
@JsonProperty("v1Route")
public void setV1Route(io.fabric8.knative.serving.v1.Route v1Route) {
this.v1Route = v1Route;
}
/**
*
*
* @return
* The v1RouteList
*/
@JsonProperty("v1RouteList")
public io.fabric8.knative.serving.v1.RouteList getV1RouteList() {
return v1RouteList;
}
/**
*
*
* @param v1RouteList
* The v1RouteList
*/
@JsonProperty("v1RouteList")
public void setV1RouteList(io.fabric8.knative.serving.v1.RouteList v1RouteList) {
this.v1RouteList = v1RouteList;
}
/**
*
*
* @return
* The v1Service
*/
@JsonProperty("v1Service")
public io.fabric8.knative.serving.v1.Service getV1Service() {
return v1Service;
}
/**
*
*
* @param v1Service
* The v1Service
*/
@JsonProperty("v1Service")
public void setV1Service(io.fabric8.knative.serving.v1.Service v1Service) {
this.v1Service = v1Service;
}
/**
*
*
* @return
* The v1ServiceList
*/
@JsonProperty("v1ServiceList")
public io.fabric8.knative.serving.v1.ServiceList getV1ServiceList() {
return v1ServiceList;
}
/**
*
*
* @param v1ServiceList
* The v1ServiceList
*/
@JsonProperty("v1ServiceList")
public void setV1ServiceList(io.fabric8.knative.serving.v1.ServiceList v1ServiceList) {
this.v1ServiceList = v1ServiceList;
}
/**
*
*
* @return
* The v1alpha1ChanalableList
*/
@JsonProperty("v1alpha1ChanalableList")
public io.fabric8.knative.duck.v1alpha1.ChannelableList getV1alpha1ChanalableList() {
return v1alpha1ChanalableList;
}
/**
*
*
* @param v1alpha1ChanalableList
* The v1alpha1ChanalableList
*/
@JsonProperty("v1alpha1ChanalableList")
public void setV1alpha1ChanalableList(io.fabric8.knative.duck.v1alpha1.ChannelableList v1alpha1ChanalableList) {
this.v1alpha1ChanalableList = v1alpha1ChanalableList;
}
/**
*
*
* @return
* The v1alpha1Channelable
*/
@JsonProperty("v1alpha1Channelable")
public io.fabric8.knative.duck.v1alpha1.Channelable getV1alpha1Channelable() {
return v1alpha1Channelable;
}
/**
*
*
* @param v1alpha1Channelable
* The v1alpha1Channelable
*/
@JsonProperty("v1alpha1Channelable")
public void setV1alpha1Channelable(io.fabric8.knative.duck.v1alpha1.Channelable v1alpha1Channelable) {
this.v1alpha1Channelable = v1alpha1Channelable;
}
/**
*
*
* @return
* The v1alpha1Configuration
*/
@JsonProperty("v1alpha1Configuration")
public io.fabric8.knative.serving.v1alpha1.Configuration getV1alpha1Configuration() {
return v1alpha1Configuration;
}
/**
*
*
* @param v1alpha1Configuration
* The v1alpha1Configuration
*/
@JsonProperty("v1alpha1Configuration")
public void setV1alpha1Configuration(io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration) {
this.v1alpha1Configuration = v1alpha1Configuration;
}
/**
*
*
* @return
* The v1alpha1ConfigurationList
*/
@JsonProperty("v1alpha1ConfigurationList")
public io.fabric8.knative.serving.v1alpha1.ConfigurationList getV1alpha1ConfigurationList() {
return v1alpha1ConfigurationList;
}
/**
*
*
* @param v1alpha1ConfigurationList
* The v1alpha1ConfigurationList
*/
@JsonProperty("v1alpha1ConfigurationList")
public void setV1alpha1ConfigurationList(io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList) {
this.v1alpha1ConfigurationList = v1alpha1ConfigurationList;
}
/**
*
*
* @return
* The v1alpha1Resource
*/
@JsonProperty("v1alpha1Resource")
public Resource getV1alpha1Resource() {
return v1alpha1Resource;
}
/**
*
*
* @param v1alpha1Resource
* The v1alpha1Resource
*/
@JsonProperty("v1alpha1Resource")
public void setV1alpha1Resource(Resource v1alpha1Resource) {
this.v1alpha1Resource = v1alpha1Resource;
}
/**
*
*
* @return
* The v1alpha1ResourceList
*/
@JsonProperty("v1alpha1ResourceList")
public ResourceList getV1alpha1ResourceList() {
return v1alpha1ResourceList;
}
/**
*
*
* @param v1alpha1ResourceList
* The v1alpha1ResourceList
*/
@JsonProperty("v1alpha1ResourceList")
public void setV1alpha1ResourceList(ResourceList v1alpha1ResourceList) {
this.v1alpha1ResourceList = v1alpha1ResourceList;
}
/**
*
*
* @return
* The v1alpha1Revision
*/
@JsonProperty("v1alpha1Revision")
public io.fabric8.knative.serving.v1alpha1.Revision getV1alpha1Revision() {
return v1alpha1Revision;
}
/**
*
*
* @param v1alpha1Revision
* The v1alpha1Revision
*/
@JsonProperty("v1alpha1Revision")
public void setV1alpha1Revision(io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision) {
this.v1alpha1Revision = v1alpha1Revision;
}
/**
*
*
* @return
* The v1alpha1RevisionList
*/
@JsonProperty("v1alpha1RevisionList")
public io.fabric8.knative.serving.v1alpha1.RevisionList getV1alpha1RevisionList() {
return v1alpha1RevisionList;
}
/**
*
*
* @param v1alpha1RevisionList
* The v1alpha1RevisionList
*/
@JsonProperty("v1alpha1RevisionList")
public void setV1alpha1RevisionList(io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList) {
this.v1alpha1RevisionList = v1alpha1RevisionList;
}
/**
*
*
* @return
* The v1alpha1Route
*/
@JsonProperty("v1alpha1Route")
public io.fabric8.knative.serving.v1alpha1.Route getV1alpha1Route() {
return v1alpha1Route;
}
/**
*
*
* @param v1alpha1Route
* The v1alpha1Route
*/
@JsonProperty("v1alpha1Route")
public void setV1alpha1Route(io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route) {
this.v1alpha1Route = v1alpha1Route;
}
/**
*
*
* @return
* The v1alpha1RouteList
*/
@JsonProperty("v1alpha1RouteList")
public io.fabric8.knative.serving.v1alpha1.RouteList getV1alpha1RouteList() {
return v1alpha1RouteList;
}
/**
*
*
* @param v1alpha1RouteList
* The v1alpha1RouteList
*/
@JsonProperty("v1alpha1RouteList")
public void setV1alpha1RouteList(io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList) {
this.v1alpha1RouteList = v1alpha1RouteList;
}
/**
*
*
* @return
* The v1alpha1Service
*/
@JsonProperty("v1alpha1Service")
public io.fabric8.knative.serving.v1alpha1.Service getV1alpha1Service() {
return v1alpha1Service;
}
/**
*
*
* @param v1alpha1Service
* The v1alpha1Service
*/
@JsonProperty("v1alpha1Service")
public void setV1alpha1Service(io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service) {
this.v1alpha1Service = v1alpha1Service;
}
/**
*
*
* @return
* The v1alpha1ServiceList
*/
@JsonProperty("v1alpha1ServiceList")
public io.fabric8.knative.serving.v1alpha1.ServiceList getV1alpha1ServiceList() {
return v1alpha1ServiceList;
}
/**
*
*
* @param v1alpha1ServiceList
* The v1alpha1ServiceList
*/
@JsonProperty("v1alpha1ServiceList")
public void setV1alpha1ServiceList(io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList) {
this.v1alpha1ServiceList = v1alpha1ServiceList;
}
/**
*
*
* @return
* The v1alpha1Subscribable
*/
@JsonProperty("v1alpha1Subscribable")
public io.fabric8.knative.duck.v1alpha1.Subscribable getV1alpha1Subscribable() {
return v1alpha1Subscribable;
}
/**
*
*
* @param v1alpha1Subscribable
* The v1alpha1Subscribable
*/
@JsonProperty("v1alpha1Subscribable")
public void setV1alpha1Subscribable(io.fabric8.knative.duck.v1alpha1.Subscribable v1alpha1Subscribable) {
this.v1alpha1Subscribable = v1alpha1Subscribable;
}
/**
*
*
* @return
* The v1alpha1SubscribableType
*/
@JsonProperty("v1alpha1SubscribableType")
public SubscribableType getV1alpha1SubscribableType() {
return v1alpha1SubscribableType;
}
/**
*
*
* @param v1alpha1SubscribableType
* The v1alpha1SubscribableType
*/
@JsonProperty("v1alpha1SubscribableType")
public void setV1alpha1SubscribableType(SubscribableType v1alpha1SubscribableType) {
this.v1alpha1SubscribableType = v1alpha1SubscribableType;
}
/**
*
*
* @return
* The v1alpha1SubscribableTypeList
*/
@JsonProperty("v1alpha1SubscribableTypeList")
public SubscribableTypeList getV1alpha1SubscribableTypeList() {
return v1alpha1SubscribableTypeList;
}
/**
*
*
* @param v1alpha1SubscribableTypeList
* The v1alpha1SubscribableTypeList
*/
@JsonProperty("v1alpha1SubscribableTypeList")
public void setV1alpha1SubscribableTypeList(SubscribableTypeList v1alpha1SubscribableTypeList) {
this.v1alpha1SubscribableTypeList = v1alpha1SubscribableTypeList;
}
/**
*
*
* @return
* The v1beta1BackoffPolicyType
*/
@JsonProperty("v1beta1BackoffPolicyType")
public String getV1beta1BackoffPolicyType() {
return v1beta1BackoffPolicyType;
}
/**
*
*
* @param v1beta1BackoffPolicyType
* The v1beta1BackoffPolicyType
*/
@JsonProperty("v1beta1BackoffPolicyType")
public void setV1beta1BackoffPolicyType(String v1beta1BackoffPolicyType) {
this.v1beta1BackoffPolicyType = v1beta1BackoffPolicyType;
}
/**
*
*
* @return
* The v1beta1ChanalableList
*/
@JsonProperty("v1beta1ChanalableList")
public io.fabric8.knative.duck.v1beta1.ChannelableList getV1beta1ChanalableList() {
return v1beta1ChanalableList;
}
/**
*
*
* @param v1beta1ChanalableList
* The v1beta1ChanalableList
*/
@JsonProperty("v1beta1ChanalableList")
public void setV1beta1ChanalableList(io.fabric8.knative.duck.v1beta1.ChannelableList v1beta1ChanalableList) {
this.v1beta1ChanalableList = v1beta1ChanalableList;
}
/**
*
*
* @return
* The v1beta1Channelable
*/
@JsonProperty("v1beta1Channelable")
public io.fabric8.knative.duck.v1beta1.Channelable getV1beta1Channelable() {
return v1beta1Channelable;
}
/**
*
*
* @param v1beta1Channelable
* The v1beta1Channelable
*/
@JsonProperty("v1beta1Channelable")
public void setV1beta1Channelable(io.fabric8.knative.duck.v1beta1.Channelable v1beta1Channelable) {
this.v1beta1Channelable = v1beta1Channelable;
}
/**
*
*
* @return
* The v1beta1Configuration
*/
@JsonProperty("v1beta1Configuration")
public io.fabric8.knative.serving.v1beta1.Configuration getV1beta1Configuration() {
return v1beta1Configuration;
}
/**
*
*
* @param v1beta1Configuration
* The v1beta1Configuration
*/
@JsonProperty("v1beta1Configuration")
public void setV1beta1Configuration(io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration) {
this.v1beta1Configuration = v1beta1Configuration;
}
/**
*
*
* @return
* The v1beta1ConfigurationList
*/
@JsonProperty("v1beta1ConfigurationList")
public io.fabric8.knative.serving.v1beta1.ConfigurationList getV1beta1ConfigurationList() {
return v1beta1ConfigurationList;
}
/**
*
*
* @param v1beta1ConfigurationList
* The v1beta1ConfigurationList
*/
@JsonProperty("v1beta1ConfigurationList")
public void setV1beta1ConfigurationList(io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList) {
this.v1beta1ConfigurationList = v1beta1ConfigurationList;
}
/**
*
*
* @return
* The v1beta1DeliverySpec
*/
@JsonProperty("v1beta1DeliverySpec")
public DeliverySpec getV1beta1DeliverySpec() {
return v1beta1DeliverySpec;
}
/**
*
*
* @param v1beta1DeliverySpec
* The v1beta1DeliverySpec
*/
@JsonProperty("v1beta1DeliverySpec")
public void setV1beta1DeliverySpec(DeliverySpec v1beta1DeliverySpec) {
this.v1beta1DeliverySpec = v1beta1DeliverySpec;
}
/**
*
*
* @return
* The v1beta1Revision
*/
@JsonProperty("v1beta1Revision")
public io.fabric8.knative.serving.v1beta1.Revision getV1beta1Revision() {
return v1beta1Revision;
}
/**
*
*
* @param v1beta1Revision
* The v1beta1Revision
*/
@JsonProperty("v1beta1Revision")
public void setV1beta1Revision(io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision) {
this.v1beta1Revision = v1beta1Revision;
}
/**
*
*
* @return
* The v1beta1RevisionList
*/
@JsonProperty("v1beta1RevisionList")
public io.fabric8.knative.serving.v1beta1.RevisionList getV1beta1RevisionList() {
return v1beta1RevisionList;
}
/**
*
*
* @param v1beta1RevisionList
* The v1beta1RevisionList
*/
@JsonProperty("v1beta1RevisionList")
public void setV1beta1RevisionList(io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList) {
this.v1beta1RevisionList = v1beta1RevisionList;
}
/**
*
*
* @return
* The v1beta1Route
*/
@JsonProperty("v1beta1Route")
public io.fabric8.knative.serving.v1beta1.Route getV1beta1Route() {
return v1beta1Route;
}
/**
*
*
* @param v1beta1Route
* The v1beta1Route
*/
@JsonProperty("v1beta1Route")
public void setV1beta1Route(io.fabric8.knative.serving.v1beta1.Route v1beta1Route) {
this.v1beta1Route = v1beta1Route;
}
/**
*
*
* @return
* The v1beta1RouteList
*/
@JsonProperty("v1beta1RouteList")
public io.fabric8.knative.serving.v1beta1.RouteList getV1beta1RouteList() {
return v1beta1RouteList;
}
/**
*
*
* @param v1beta1RouteList
* The v1beta1RouteList
*/
@JsonProperty("v1beta1RouteList")
public void setV1beta1RouteList(io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList) {
this.v1beta1RouteList = v1beta1RouteList;
}
/**
*
*
* @return
* The v1beta1Service
*/
@JsonProperty("v1beta1Service")
public io.fabric8.knative.serving.v1beta1.Service getV1beta1Service() {
return v1beta1Service;
}
/**
*
*
* @param v1beta1Service
* The v1beta1Service
*/
@JsonProperty("v1beta1Service")
public void setV1beta1Service(io.fabric8.knative.serving.v1beta1.Service v1beta1Service) {
this.v1beta1Service = v1beta1Service;
}
/**
*
*
* @return
* The v1beta1ServiceList
*/
@JsonProperty("v1beta1ServiceList")
public io.fabric8.knative.serving.v1beta1.ServiceList getV1beta1ServiceList() {
return v1beta1ServiceList;
}
/**
*
*
* @param v1beta1ServiceList
* The v1beta1ServiceList
*/
@JsonProperty("v1beta1ServiceList")
public void setV1beta1ServiceList(io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList) {
this.v1beta1ServiceList = v1beta1ServiceList;
}
/**
*
*
* @return
* The v1beta1Subscribable
*/
@JsonProperty("v1beta1Subscribable")
public io.fabric8.knative.duck.v1beta1.Subscribable getV1beta1Subscribable() {
return v1beta1Subscribable;
}
/**
*
*
* @param v1beta1Subscribable
* The v1beta1Subscribable
*/
@JsonProperty("v1beta1Subscribable")
public void setV1beta1Subscribable(io.fabric8.knative.duck.v1beta1.Subscribable v1beta1Subscribable) {
this.v1beta1Subscribable = v1beta1Subscribable;
}
/**
*
*
* @return
* The v1beta1SubscribableList
*/
@JsonProperty("v1beta1SubscribableList")
public SubscribableList getV1beta1SubscribableList() {
return v1beta1SubscribableList;
}
/**
*
*
* @param v1beta1SubscribableList
* The v1beta1SubscribableList
*/
@JsonProperty("v1beta1SubscribableList")
public void setV1beta1SubscribableList(SubscribableList v1beta1SubscribableList) {
this.v1beta1SubscribableList = v1beta1SubscribableList;
}
/**
*
*
* @return
* The v1beta1SubscribableStatus
*/
@JsonProperty("v1beta1SubscribableStatus")
public SubscribableStatus getV1beta1SubscribableStatus() {
return v1beta1SubscribableStatus;
}
/**
*
*
* @param v1beta1SubscribableStatus
* The v1beta1SubscribableStatus
*/
@JsonProperty("v1beta1SubscribableStatus")
public void setV1beta1SubscribableStatus(SubscribableStatus v1beta1SubscribableStatus) {
this.v1beta1SubscribableStatus = v1beta1SubscribableStatus;
}
/**
*
*
* @return
* The v1beta1SubscriberStatus
*/
@JsonProperty("v1beta1SubscriberStatus")
public SubscriberStatus getV1beta1SubscriberStatus() {
return v1beta1SubscriberStatus;
}
/**
*
*
* @param v1beta1SubscriberStatus
* The v1beta1SubscriberStatus
*/
@JsonProperty("v1beta1SubscriberStatus")
public void setV1beta1SubscriberStatus(SubscriberStatus v1beta1SubscriberStatus) {
this.v1beta1SubscriberStatus = v1beta1SubscriberStatus;
}
@JsonAnyGetter
public Map getAdditionalProperties() {
return this.additionalProperties;
}
@JsonAnySetter
public void setAdditionalProperty(String name, Object value) {
this.additionalProperties.put(name, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy