All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1beta1EventFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Integer;
import java.lang.StringBuffer;
import java.time.OffsetDateTime;

public interface V1beta1EventFluent> extends Fluent {


    public String getAction();
    public A withAction(String action);
    public Boolean hasAction();
    public A withNewAction(String arg1);
    public A withNewAction(StringBuilder arg1);
    public A withNewAction(StringBuffer arg1);
    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public A withNewApiVersion(String arg1);
    public A withNewApiVersion(StringBuilder arg1);
    public A withNewApiVersion(StringBuffer arg1);
    public Integer getDeprecatedCount();
    public A withDeprecatedCount(Integer deprecatedCount);
    public Boolean hasDeprecatedCount();
    public OffsetDateTime getDeprecatedFirstTimestamp();
    public A withDeprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp);
    public Boolean hasDeprecatedFirstTimestamp();
    public OffsetDateTime getDeprecatedLastTimestamp();
    public A withDeprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp);
    public Boolean hasDeprecatedLastTimestamp();
    
/**
 * This method has been deprecated, please use method buildDeprecatedSource instead.
 * @return The buildable object.
 */
@Deprecated public V1EventSource getDeprecatedSource();
    public V1EventSource buildDeprecatedSource();
    public A withDeprecatedSource(V1EventSource deprecatedSource);
    public Boolean hasDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested withNewDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested withNewDeprecatedSourceLike(V1EventSource item);
    public V1beta1EventFluent.DeprecatedSourceNested editDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested editOrNewDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested editOrNewDeprecatedSourceLike(V1EventSource item);
    public OffsetDateTime getEventTime();
    public A withEventTime(OffsetDateTime eventTime);
    public Boolean hasEventTime();
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public A withNewKind(String arg1);
    public A withNewKind(StringBuilder arg1);
    public A withNewKind(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 * @return The buildable object.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1beta1EventFluent.MetadataNested withNewMetadata();
    public V1beta1EventFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1beta1EventFluent.MetadataNested editMetadata();
    public V1beta1EventFluent.MetadataNested editOrNewMetadata();
    public V1beta1EventFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public String getNote();
    public A withNote(String note);
    public Boolean hasNote();
    public A withNewNote(String arg1);
    public A withNewNote(StringBuilder arg1);
    public A withNewNote(StringBuffer arg1);
    public String getReason();
    public A withReason(String reason);
    public Boolean hasReason();
    public A withNewReason(String arg1);
    public A withNewReason(StringBuilder arg1);
    public A withNewReason(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildRegarding instead.
 * @return The buildable object.
 */
@Deprecated public V1ObjectReference getRegarding();
    public V1ObjectReference buildRegarding();
    public A withRegarding(V1ObjectReference regarding);
    public Boolean hasRegarding();
    public V1beta1EventFluent.RegardingNested withNewRegarding();
    public V1beta1EventFluent.RegardingNested withNewRegardingLike(V1ObjectReference item);
    public V1beta1EventFluent.RegardingNested editRegarding();
    public V1beta1EventFluent.RegardingNested editOrNewRegarding();
    public V1beta1EventFluent.RegardingNested editOrNewRegardingLike(V1ObjectReference item);
    
/**
 * This method has been deprecated, please use method buildRelated instead.
 * @return The buildable object.
 */
@Deprecated public V1ObjectReference getRelated();
    public V1ObjectReference buildRelated();
    public A withRelated(V1ObjectReference related);
    public Boolean hasRelated();
    public V1beta1EventFluent.RelatedNested withNewRelated();
    public V1beta1EventFluent.RelatedNested withNewRelatedLike(V1ObjectReference item);
    public V1beta1EventFluent.RelatedNested editRelated();
    public V1beta1EventFluent.RelatedNested editOrNewRelated();
    public V1beta1EventFluent.RelatedNested editOrNewRelatedLike(V1ObjectReference item);
    public String getReportingController();
    public A withReportingController(String reportingController);
    public Boolean hasReportingController();
    public A withNewReportingController(String arg1);
    public A withNewReportingController(StringBuilder arg1);
    public A withNewReportingController(StringBuffer arg1);
    public String getReportingInstance();
    public A withReportingInstance(String reportingInstance);
    public Boolean hasReportingInstance();
    public A withNewReportingInstance(String arg1);
    public A withNewReportingInstance(StringBuilder arg1);
    public A withNewReportingInstance(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildSeries instead.
 * @return The buildable object.
 */
@Deprecated public V1beta1EventSeries getSeries();
    public V1beta1EventSeries buildSeries();
    public A withSeries(V1beta1EventSeries series);
    public Boolean hasSeries();
    public V1beta1EventFluent.SeriesNested withNewSeries();
    public V1beta1EventFluent.SeriesNested withNewSeriesLike(V1beta1EventSeries item);
    public V1beta1EventFluent.SeriesNested editSeries();
    public V1beta1EventFluent.SeriesNested editOrNewSeries();
    public V1beta1EventFluent.SeriesNested editOrNewSeriesLike(V1beta1EventSeries item);
    public String getType();
    public A withType(String type);
    public Boolean hasType();
    public A withNewType(String arg1);
    public A withNewType(StringBuilder arg1);
    public A withNewType(StringBuffer arg1);
    public interface DeprecatedSourceNested extends io.kubernetes.client.fluent.Nested,V1EventSourceFluent> {

        public N and();
        public N endDeprecatedSource();    }


    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent> {

        public N and();
        public N endMetadata();    }


    public interface RegardingNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent> {

        public N and();
        public N endRegarding();    }


    public interface RelatedNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent> {

        public N and();
        public N endRelated();    }


    public interface SeriesNested extends io.kubernetes.client.fluent.Nested,V1beta1EventSeriesFluent> {

        public N and();
        public N endSeries();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy