xxxxxxxxxx
public class PhoneDetails {
@JsonProperty("phone_name")
private String name;
@JsonProperty("display_size")
private String displaySize;
@JsonProperty("internal_memory")
private String memory;
// rest of the code remains as is
}