Class ConfigInfo.MaxObjectSizeLimitInfo
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.ConfigInfo.MaxObjectSizeLimitInfo
 
- 
- Enclosing class:
- ConfigInfo
 
 public static class ConfigInfo.MaxObjectSizeLimitInfo extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description StringconfiguredValueThe value configured explicitly on the project as a formatted string.StringsummaryWhether the value was inherited or overridden from the project's parent hierarchy or global config.StringvalueThe effective value in bytes.
 - 
Constructor SummaryConstructors Constructor Description MaxObjectSizeLimitInfo()
 
- 
- 
- 
Field Detail- 
valuepublic String value The effective value in bytes. Null if not set.
 - 
configuredValuepublic String configuredValue The value configured explicitly on the project as a formatted string. Null if not set.
 - 
summarypublic String summary Whether the value was inherited or overridden from the project's parent hierarchy or global config. Null if not inherited or overridden.
 
- 
 
-