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

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

public class GetKeywordChangedIdListResponse
extends Object

查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词响应类

作者:
ygzhang

构造方法摘要
GetKeywordChangedIdListResponse()
           
 
方法摘要
 List<Failure> getFailures()
           
 List<Long> getKeywordIdList()
           
 void setFailures(List<Failure> failures)
           
 void setKeywordIdList(List<Long> keywordIdList)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetKeywordChangedIdListResponse

public GetKeywordChangedIdListResponse()
方法详细信息

getKeywordIdList

public List<Long> getKeywordIdList()

setKeywordIdList

public void setKeywordIdList(List<Long> keywordIdList)

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

toString

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


Copyright © 2013. All rights reserved.