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

annotations.io.fabric8.docker.api.model.ImageFluent Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
package io.fabric8.docker.api.model;

import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.Map;
import java.util.Map;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Collection;
import java.util.AbstractMap;
import io.fabric8.docker.api.builder.Fluent;

public interface ImageFluent> extends Fluent{


    public Long getCreated();    public T withCreated( Long Created);    public String getId();    public T withId( String Id);    public T addToLabels( String key,  String value);    public T addToLabels( Map map);    public T removeFromLabels( String key);    public T removeFromLabels( Map map);    public Map getLabels();    public T withLabels( Map Labels);    public String getParentId();    public T withParentId( String ParentId);    public T addToRepoDigests( String ...items);    public T removeFromRepoDigests( String ...items);    public List getRepoDigests();    public T withRepoDigests( List RepoDigests);    public T withRepoDigests( String ...RepoDigests);    public T addToRepoTags( String ...items);    public T removeFromRepoTags( String ...items);    public List getRepoTags();    public T withRepoTags( List RepoTags);    public T withRepoTags( String ...RepoTags);    public Long getSize();    public T withSize( Long Size);    public Long getVirtualSize();    public T withVirtualSize( Long VirtualSize);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy