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

io.kubernetes.client.models.V1EventFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import org.joda.time.DateTime;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Integer;
import java.lang.Object;

public interface V1EventFluent> extends Fluent{


    public String getAction();
    public A withAction(String action);
    public Boolean hasAction();
    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public Integer getCount();
    public A withCount(Integer count);
    public Boolean hasCount();
    public A withNewCount(int arg1);
    public A withNewCount(String arg1);
    public DateTime getEventTime();
    public A withEventTime(DateTime eventTime);
    public Boolean hasEventTime();
    public A withNewEventTime(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewEventTime(long arg0);
    public A withNewEventTime(Object arg0);
    public DateTime getFirstTimestamp();
    public A withFirstTimestamp(DateTime firstTimestamp);
    public Boolean hasFirstTimestamp();
    public A withNewFirstTimestamp(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewFirstTimestamp(long arg0);
    public A withNewFirstTimestamp(Object arg0);
    
/**
 * This method has been deprecated, please use method buildInvolvedObject instead.
 */
@Deprecated public V1ObjectReference getInvolvedObject();
    public V1ObjectReference buildInvolvedObject();
    public A withInvolvedObject(V1ObjectReference involvedObject);
    public Boolean hasInvolvedObject();
    public V1EventFluent.InvolvedObjectNested withNewInvolvedObject();
    public V1EventFluent.InvolvedObjectNested withNewInvolvedObjectLike(V1ObjectReference item);
    public V1EventFluent.InvolvedObjectNested editInvolvedObject();
    public V1EventFluent.InvolvedObjectNested editOrNewInvolvedObject();
    public V1EventFluent.InvolvedObjectNested editOrNewInvolvedObjectLike(V1ObjectReference item);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public DateTime getLastTimestamp();
    public A withLastTimestamp(DateTime lastTimestamp);
    public Boolean hasLastTimestamp();
    public A withNewLastTimestamp(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewLastTimestamp(long arg0);
    public A withNewLastTimestamp(Object arg0);
    public String getMessage();
    public A withMessage(String message);
    public Boolean hasMessage();
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1EventFluent.MetadataNested withNewMetadata();
    public V1EventFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1EventFluent.MetadataNested editMetadata();
    public V1EventFluent.MetadataNested editOrNewMetadata();
    public V1EventFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public String getReason();
    public A withReason(String reason);
    public Boolean hasReason();
    
/**
 * This method has been deprecated, please use method buildRelated instead.
 */
@Deprecated public V1ObjectReference getRelated();
    public V1ObjectReference buildRelated();
    public A withRelated(V1ObjectReference related);
    public Boolean hasRelated();
    public V1EventFluent.RelatedNested withNewRelated();
    public V1EventFluent.RelatedNested withNewRelatedLike(V1ObjectReference item);
    public V1EventFluent.RelatedNested editRelated();
    public V1EventFluent.RelatedNested editOrNewRelated();
    public V1EventFluent.RelatedNested editOrNewRelatedLike(V1ObjectReference item);
    public String getReportingComponent();
    public A withReportingComponent(String reportingComponent);
    public Boolean hasReportingComponent();
    public String getReportingInstance();
    public A withReportingInstance(String reportingInstance);
    public Boolean hasReportingInstance();
    
/**
 * This method has been deprecated, please use method buildSeries instead.
 */
@Deprecated public V1EventSeries getSeries();
    public V1EventSeries buildSeries();
    public A withSeries(V1EventSeries series);
    public Boolean hasSeries();
    public V1EventFluent.SeriesNested withNewSeries();
    public V1EventFluent.SeriesNested withNewSeriesLike(V1EventSeries item);
    public V1EventFluent.SeriesNested editSeries();
    public V1EventFluent.SeriesNested editOrNewSeries();
    public V1EventFluent.SeriesNested editOrNewSeriesLike(V1EventSeries item);
    
/**
 * This method has been deprecated, please use method buildSource instead.
 */
@Deprecated public V1EventSource getSource();
    public V1EventSource buildSource();
    public A withSource(V1EventSource source);
    public Boolean hasSource();
    public V1EventFluent.SourceNested withNewSource();
    public V1EventFluent.SourceNested withNewSourceLike(V1EventSource item);
    public V1EventFluent.SourceNested editSource();
    public V1EventFluent.SourceNested editOrNewSource();
    public V1EventFluent.SourceNested editOrNewSourceLike(V1EventSource item);
    public String getType();
    public A withType(String type);
    public Boolean hasType();

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

        
    public N and();    public N endInvolvedObject();
}
    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    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,V1EventSeriesFluent>{

        
    public N and();    public N endSeries();
}
    public interface SourceNested extends io.kubernetes.client.fluent.Nested,V1EventSourceFluent>{

        
    public N and();    public N endSource();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy