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
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.