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

annotations.io.alauda.kubernetes.api.model.EventFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Nested;
import io.alauda.kubernetes.api.model.validators.CheckObjectMeta;
import java.lang.String;
import javax.validation.constraints.NotNull;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.alauda.kubernetes.api.builder.Fluent;
import java.lang.Integer;
import javax.validation.Valid;
import java.lang.Object;
import java.util.Map;

public interface EventFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public Integer getCount();
    public A withCount(Integer count);
    public Boolean hasCount();
    public String getFirstTimestamp();
    public A withFirstTimestamp(String firstTimestamp);
    public Boolean hasFirstTimestamp();
    
/**
 * This method has been deprecated, please use method buildInvolvedObject instead.
 */
@Deprecated public ObjectReference getInvolvedObject();
    public ObjectReference buildInvolvedObject();
    public A withInvolvedObject(ObjectReference involvedObject);
    public Boolean hasInvolvedObject();
    public EventFluent.InvolvedObjectNested withNewInvolvedObject();
    public EventFluent.InvolvedObjectNested withNewInvolvedObjectLike(ObjectReference item);
    public EventFluent.InvolvedObjectNested editInvolvedObject();
    public EventFluent.InvolvedObjectNested editOrNewInvolvedObject();
    public EventFluent.InvolvedObjectNested editOrNewInvolvedObjectLike(ObjectReference item);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public String getLastTimestamp();
    public A withLastTimestamp(String lastTimestamp);
    public Boolean hasLastTimestamp();
    public String getMessage();
    public A withMessage(String message);
    public Boolean hasMessage();
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 */
@Deprecated public ObjectMeta getMetadata();
    public ObjectMeta buildMetadata();
    public A withMetadata(ObjectMeta metadata);
    public Boolean hasMetadata();
    public EventFluent.MetadataNested withNewMetadata();
    public EventFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
    public EventFluent.MetadataNested editMetadata();
    public EventFluent.MetadataNested editOrNewMetadata();
    public EventFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
    public String getReason();
    public A withReason(String reason);
    public Boolean hasReason();
    
/**
 * This method has been deprecated, please use method buildSource instead.
 */
@Deprecated public EventSource getSource();
    public EventSource buildSource();
    public A withSource(EventSource source);
    public Boolean hasSource();
    public EventFluent.SourceNested withNewSource();
    public EventFluent.SourceNested withNewSourceLike(EventSource item);
    public EventFluent.SourceNested editSource();
    public EventFluent.SourceNested editOrNewSource();
    public EventFluent.SourceNested editOrNewSourceLike(EventSource item);
    public A withNewSource(String component,String host);
    public String getType();
    public A withType(String type);
    public Boolean hasType();

    public interface InvolvedObjectNested extends io.alauda.kubernetes.api.builder.Nested,ObjectReferenceFluent>{

        
    public N and();    public N endInvolvedObject();
}
    public interface MetadataNested extends io.alauda.kubernetes.api.builder.Nested,ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SourceNested extends io.alauda.kubernetes.api.builder.Nested,EventSourceFluent>{

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy