qihoo.open.v1.service.response.keyword
类 GetKeywordInfoByIdListResponse

java.lang.Object
  继承者 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse

public class GetKeywordInfoByIdListResponse
extends Object

批量获取关键词的基本信息响应类

作者:
liyang

构造方法摘要
GetKeywordInfoByIdListResponse()
           
 
方法摘要
 List<Failure> getFailures()
           
 List<Keyword> getKeywords()
           
 void setFailures(List<Failure> failures)
           
 void setKeywordList(List<GetKeywordInfoByIdResponse> keywordList)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetKeywordInfoByIdListResponse

public GetKeywordInfoByIdListResponse()
方法详细信息

setKeywordList

public void setKeywordList(List<GetKeywordInfoByIdResponse> keywordList)

getKeywords

public List<Keyword> getKeywords()

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All rights reserved.