public static class UriResponse.HitsBeanX extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UriResponse.HitsBeanX.HitsBean |
static class |
UriResponse.HitsBeanX.TotalBean |
| 构造器和说明 |
|---|
HitsBeanX() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UriResponse.HitsBeanX.HitsBean> |
getHits() |
double |
getMax_score() |
UriResponse.HitsBeanX.TotalBean |
getTotal() |
void |
setHits(List<UriResponse.HitsBeanX.HitsBean> hits) |
void |
setMax_score(double max_score) |
void |
setTotal(UriResponse.HitsBeanX.TotalBean total) |
public UriResponse.HitsBeanX.TotalBean getTotal()
public void setTotal(UriResponse.HitsBeanX.TotalBean total)
public double getMax_score()
public void setMax_score(double max_score)
public List<UriResponse.HitsBeanX.HitsBean> getHits()
public void setHits(List<UriResponse.HitsBeanX.HitsBean> hits)
Copyright © 2020. All rights reserved.