@@ -12,11 +12,6 @@ public class YandexSearchResponse {
|
||||
@JsonProperty("images")
|
||||
private List<ImageResult> images;
|
||||
|
||||
// @JsonProperty("images")
|
||||
// public void setImages(List<ImageResult> images) {
|
||||
// this.images = images;
|
||||
// }
|
||||
|
||||
@Data
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public static class ImageResult {
|
||||
|
||||
Reference in New Issue
Block a user