Class ConfigInfo.MaxObjectSizeLimitInfo
java.lang.Object
com.google.gerrit.extensions.api.projects.ConfigInfo.MaxObjectSizeLimitInfo
- Enclosing class:
- ConfigInfo
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
valueThe effective value in bytes. Null if not set.
- 
configuredValueThe value configured explicitly on the project as a formatted string. Null if not set.
- 
summaryWhether the value was inherited or overridden from the project's parent hierarchy or global config. Null if not inherited or overridden.
 
- 
- 
Constructor Details- 
MaxObjectSizeLimitInfopublic MaxObjectSizeLimitInfo()
 
-