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

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

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

import io.fabric8.docker.api.builder.Editable;
import java.io.Serializable;

public class EditableCPUStats extends CPUStats implements Editable{


public EditableCPUStats(){
    super();
}
public EditableCPUStats( CPUUsage cpuUsage , Long systemCpuUsage , ThrottlingData throttlingData ){
    super(cpuUsage, systemCpuUsage, throttlingData);
}

public CPUStatsBuilder edit(){
    return new CPUStatsBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy