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

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

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

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.lang.Boolean;

 /**
  * Generated
  */
public interface V1StatusFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  public Integer getCode();
  public A withCode(Integer code);
  public Boolean hasCode();
  
  /**
   * This method has been deprecated, please use method buildDetails instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1StatusDetails getDetails();
  public V1StatusDetails buildDetails();
  public A withDetails(V1StatusDetails details);
  public Boolean hasDetails();
  public V1StatusFluent.DetailsNested withNewDetails();
  public V1StatusFluent.DetailsNested withNewDetailsLike(V1StatusDetails item);
  public V1StatusFluent.DetailsNested editDetails();
  public V1StatusFluent.DetailsNested editOrNewDetails();
  public V1StatusFluent.DetailsNested editOrNewDetailsLike(V1StatusDetails item);
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  public String getMessage();
  public A withMessage(String message);
  public Boolean hasMessage();
  
  /**
   * This method has been deprecated, please use method buildMetadata instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ListMeta getMetadata();
  public V1ListMeta buildMetadata();
  public A withMetadata(V1ListMeta metadata);
  public Boolean hasMetadata();
  public V1StatusFluent.MetadataNested withNewMetadata();
  public V1StatusFluent.MetadataNested withNewMetadataLike(V1ListMeta item);
  public V1StatusFluent.MetadataNested editMetadata();
  public V1StatusFluent.MetadataNested editOrNewMetadata();
  public V1StatusFluent.MetadataNested editOrNewMetadataLike(V1ListMeta item);
  public String getReason();
  public A withReason(String reason);
  public Boolean hasReason();
  public String getStatus();
  public A withStatus(String status);
  public Boolean hasStatus();
  public interface DetailsNested extends Nested,V1StatusDetailsFluent>{
    public N and();
    public N endDetails();
    
  }
  public interface MetadataNested extends Nested,V1ListMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy