public static class ConfigInfo.MaxObjectSizeLimitInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
configuredValue
The value configured explicitly on the project as a formatted string.
|
java.lang.String |
summary
Whether the value was inherited or overridden from the project's parent hierarchy or global
config.
|
java.lang.String |
value
The effective value in bytes.
|
Constructor and Description |
---|
MaxObjectSizeLimitInfo() |
public java.lang.String value
public java.lang.String configuredValue
public java.lang.String summary