// Source - Springboot - validate @RequestBody
// Posted by PatPanda, modified by community. See post 'Timeline' for change history
// Retrieved 2025-11-24, License - CC BY-SA 4.0
public class Foo {
private int important;
private String something;
//constructors, getter, seters, toString
}