com.foxconn.ebook.reader.engine.model
类 BookSearchInfo.BookSearchResult

java.lang.Object
  继承者 com.foxconn.ebook.reader.engine.model.BookSearchInfo.BookSearchResult
正在封闭类:
BookSearchInfo

public static class BookSearchInfo.BookSearchResult
extends java.lang.Object

The Class BookSearchResult.


字段摘要
 java.lang.String end_pos
          The end_pos.
 java.lang.String start_pos
          The start_pos.
 java.lang.String text
          The text.
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

text

public java.lang.String text
The text.


start_pos

public java.lang.String start_pos
The start_pos.


end_pos

public java.lang.String end_pos
The end_pos.