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

io.alauda.kubernetes.api.model.MultiBranchOrphanFluent Maven / Gradle / Ivy

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

import java.lang.Integer;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;

public interface MultiBranchOrphanFluent> extends Fluent{


    public Integer getDays();
    public A withDays(Integer days);
    public Boolean hasDays();
    public Integer getMax();
    public A withMax(Integer max);
    public Boolean hasMax();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy