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

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

public class GetKeywordIdListByGroupIdResponse
extends Object

根据广告组id查询所有或满足条件的关键词id响应类

作者:
liyang

构造方法摘要
GetKeywordIdListByGroupIdResponse()
           
 
方法摘要
 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
 

构造方法详细信息

GetKeywordIdListByGroupIdResponse

public GetKeywordIdListByGroupIdResponse()
方法详细信息

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

getKeywordIdList

public List<Long> getKeywordIdList()

setKeywordIdList

public void setKeywordIdList(List<Long> keywordIdList)

toString

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


Copyright © 2013. All rights reserved.