org.cloudfoundry.multiapps.controller.process.util.FileEntryProperties Maven / Gradle / Ivy
package org.cloudfoundry.multiapps.controller.process.util;
import org.immutables.value.Value;
@Value.Immutable
public interface FileEntryProperties {
String getGuid();
String getName();
String getSpaceGuid();
long getMaxFileSizeInBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy