public class ImageSearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
automated |
private String |
description |
private String |
name |
private boolean |
official |
private int |
starCount |
| Constructor and Description |
|---|
ImageSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
int |
getStarCount() |
int |
hashCode() |
boolean |
isAutomated() |
boolean |
isOfficial() |
String |
toString() |
private String description
private boolean official
private boolean automated
private String name
private int starCount
public String getDescription()
public boolean isOfficial()
public boolean isAutomated()
public String getName()
public int getStarCount()
Copyright © 2016. All rights reserved.