
io.kubernetes.client.models.V1beta1EventSeriesFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Integer;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import org.joda.time.DateTime;
public interface V1beta1EventSeriesFluent> extends Fluent{
public Integer getCount();
public A withCount(Integer count);
public Boolean hasCount();
public A withNewCount(int arg1);
public A withNewCount(String arg1);
public DateTime getLastObservedTime();
public A withLastObservedTime(DateTime lastObservedTime);
public Boolean hasLastObservedTime();
public A withNewLastObservedTime(int arg0,int arg1,int arg2,int arg3,int arg4);
public A withNewLastObservedTime(long arg0);
public A withNewLastObservedTime(Object arg0);
public String getState();
public A withState(String state);
public Boolean hasState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy