fun setMaxInt(value: Int): Builder!
The largest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 max_int = 3;
value
- Int: The maxInt to set.
Return
Builder!: This builder for chaining.