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

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

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

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

 /**
  * Generated
  */
public interface EventsV1EventFluent> 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 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 EventsV1EventFluent.DeprecatedSourceNested withNewDeprecatedSource();
  public EventsV1EventFluent.DeprecatedSourceNested withNewDeprecatedSourceLike(V1EventSource item);
  public EventsV1EventFluent.DeprecatedSourceNested editDeprecatedSource();
  public EventsV1EventFluent.DeprecatedSourceNested editOrNewDeprecatedSource();
  public EventsV1EventFluent.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();
  
  /**
   * 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 EventsV1EventFluent.MetadataNested withNewMetadata();
  public EventsV1EventFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
  public EventsV1EventFluent.MetadataNested editMetadata();
  public EventsV1EventFluent.MetadataNested editOrNewMetadata();
  public EventsV1EventFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
  public String getNote();
  public A withNote(String note);
  public Boolean hasNote();
  public String getReason();
  public A withReason(String reason);
  public Boolean hasReason();
  
  /**
   * 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 EventsV1EventFluent.RegardingNested withNewRegarding();
  public EventsV1EventFluent.RegardingNested withNewRegardingLike(V1ObjectReference item);
  public EventsV1EventFluent.RegardingNested editRegarding();
  public EventsV1EventFluent.RegardingNested editOrNewRegarding();
  public EventsV1EventFluent.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 EventsV1EventFluent.RelatedNested withNewRelated();
  public EventsV1EventFluent.RelatedNested withNewRelatedLike(V1ObjectReference item);
  public EventsV1EventFluent.RelatedNested editRelated();
  public EventsV1EventFluent.RelatedNested editOrNewRelated();
  public EventsV1EventFluent.RelatedNested editOrNewRelatedLike(V1ObjectReference item);
  public String getReportingController();
  public A withReportingController(String reportingController);
  public Boolean hasReportingController();
  public String getReportingInstance();
  public A withReportingInstance(String reportingInstance);
  public Boolean hasReportingInstance();
  
  /**
   * This method has been deprecated, please use method buildSeries instead.
   * @return The buildable object.
   */
  @Deprecated
  public EventsV1EventSeries getSeries();
  public EventsV1EventSeries buildSeries();
  public A withSeries(EventsV1EventSeries series);
  public Boolean hasSeries();
  public EventsV1EventFluent.SeriesNested withNewSeries();
  public EventsV1EventFluent.SeriesNested withNewSeriesLike(EventsV1EventSeries item);
  public EventsV1EventFluent.SeriesNested editSeries();
  public EventsV1EventFluent.SeriesNested editOrNewSeries();
  public EventsV1EventFluent.SeriesNested editOrNewSeriesLike(EventsV1EventSeries item);
  public String getType();
  public A withType(String type);
  public Boolean hasType();
  public interface DeprecatedSourceNested extends Nested,V1EventSourceFluent>{
    public N and();
    public N endDeprecatedSource();
    
  }
  public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  public interface RegardingNested extends Nested,V1ObjectReferenceFluent>{
    public N and();
    public N endRegarding();
    
  }
  public interface RelatedNested extends Nested,V1ObjectReferenceFluent>{
    public N and();
    public N endRelated();
    
  }
  public interface SeriesNested extends Nested,EventsV1EventSeriesFluent>{
    public N and();
    public N endSeries();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy