qihoo.open.v1.model.keyword
类 Keyword

java.lang.Object
  继承者 qihoo.open.v1.model.BaseModel
      继承者 qihoo.open.v1.model.keyword.Keyword

public class Keyword
extends BaseModel


字段摘要
 
从类 qihoo.open.v1.model.BaseModel 继承的字段
postParameters
 
构造方法摘要
Keyword()
           
 
方法摘要
 Date getAddTime()
           
 String getDestinationUrl()
          链接网址
 List<Failure> getFailures()
           
 Long getGroupId()
          广告组id
 Long getId()
          关键词id
 KeywordMatchType getKeywordMatchType()
           
 KeyworkStatusType getKeywordStatus()
           
 KeywordMatchType getMatchType()
          关键词匹配方式
protected  Long getModelId()
           
 List<PostParameter> getParameters()
           
 Double getPrice()
          关键词价格
 KeyworkStatusType getStatus()
          关键词状态
 Date getUpdateTime()
           
 String getWord()
          关键词
 void setAddTime(Date addTime)
           
 void setDestinationUrl(String destinationUrl)
           
 void setFailures(List<Failure> failures)
           
 void setGroupId(Long groupId)
           
 void setId(Long id)
           
 void setKeywordMatchType(KeywordMatchType matchType)
           
 void setKeywordStatus(KeyworkStatusType status)
           
 void setMatchType(KeywordMatchType matchType)
           
 void setPrice(Double price)
           
 void setStatus(KeyworkStatusType status)
           
 void setUpdateTime(Date updateTime)
           
 void setWord(String word)
           
 String toString()
           
 
从类 qihoo.open.v1.model.BaseModel 继承的方法
getDate, makeIdentifiableString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Keyword

public Keyword()
方法详细信息

getGroupId

public Long getGroupId()
广告组id


setGroupId

public void setGroupId(Long groupId)

getId

public Long getId()
关键词id


setId

public void setId(Long id)

getPrice

public Double getPrice()
关键词价格


setPrice

public void setPrice(Double price)

getWord

public String getWord()
关键词


setWord

public void setWord(String word)

getDestinationUrl

public String getDestinationUrl()
链接网址


setDestinationUrl

public void setDestinationUrl(String destinationUrl)

getKeywordMatchType

public KeywordMatchType getKeywordMatchType()

setKeywordMatchType

public void setKeywordMatchType(KeywordMatchType matchType)

getKeywordStatus

public KeyworkStatusType getKeywordStatus()

setKeywordStatus

public void setKeywordStatus(KeyworkStatusType status)

getUpdateTime

public Date getUpdateTime()

setUpdateTime

public void setUpdateTime(Date updateTime)

getAddTime

public Date getAddTime()

setAddTime

public void setAddTime(Date addTime)

getFailures

public List<Failure> getFailures()
指定者:
BaseModel 中的 getFailures

setFailures

public void setFailures(List<Failure> failures)
指定者:
BaseModel 中的 setFailures

toString

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

getModelId

protected Long getModelId()
指定者:
BaseModel 中的 getModelId

getMatchType

public KeywordMatchType getMatchType()
关键词匹配方式


setMatchType

public void setMatchType(KeywordMatchType matchType)

getStatus

public KeyworkStatusType getStatus()
关键词状态


setStatus

public void setStatus(KeyworkStatusType status)

getParameters

public List<PostParameter> getParameters()
指定者:
BaseModel 中的 getParameters


Copyright © 2013. All rights reserved.