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

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

public class GetKeywordInfoByIdResponse
extends Object

根据id获取关键词的信息响应类

作者:
liyang

构造方法摘要
GetKeywordInfoByIdResponse()
           
 
方法摘要
 List<Failure> getFailures()
           
 Keyword getKeyword()
           
 void setAddTime(String addTime)
           
 void setDestinationUrl(String destinationUrl)
           
 void setFailures(List<Failure> failures)
           
 void setGroupId(Long groupId)
           
 void setId(Long id)
           
 void setMatchType(String matchType)
           
 void setPrice(Double price)
           
 void setStatus(String status)
           
 void setUpdateTime(String updateTime)
           
 void setWord(String word)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetKeywordInfoByIdResponse

public GetKeywordInfoByIdResponse()
方法详细信息

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

setStatus

public void setStatus(String status)

setMatchType

public void setMatchType(String matchType)

setGroupId

public void setGroupId(Long groupId)

setId

public void setId(Long id)

setPrice

public void setPrice(Double price)

setWord

public void setWord(String word)

setDestinationUrl

public void setDestinationUrl(String destinationUrl)

setAddTime

public void setAddTime(String addTime)

setUpdateTime

public void setUpdateTime(String updateTime)

getKeyword

public Keyword getKeyword()

toString

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


Copyright © 2013. All rights reserved.