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

me.snowdrop.istio.api.DurationFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.istio.api;

import java.lang.Integer;
import org.joda.time.format.PeriodFormatter;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Long;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;
import io.sundr.builder.annotations.Buildable;

public interface DurationFluent> extends Fluent{


    public Integer getNanos();
    public A withNanos(Integer nanos);
    public Boolean hasNanos();
    public Long getSeconds();
    public A withSeconds(Long seconds);
    public Boolean hasSeconds();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy