In java, you need to initialize the class values from One and Two or the same from AAA
public final class setting{ boolean flag = true; String one; long two; } JsonObject response contains
{ "One": "text", "Two": 111111, "AAA": {"One": "text2", "Two": 222222} }