|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectqihoo.open.v1.model.BaseModel
qihoo.open.v1.model.keyword.Keyword
public class Keyword
字段摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
public Keyword()
方法详细信息 |
---|
public Long getGroupId()
public void setGroupId(Long groupId)
public Long getId()
public void setId(Long id)
public Double getPrice()
public void setPrice(Double price)
public String getWord()
public void setWord(String word)
public String getDestinationUrl()
public void setDestinationUrl(String destinationUrl)
public KeywordMatchType getKeywordMatchType()
public void setKeywordMatchType(KeywordMatchType matchType)
public KeyworkStatusType getKeywordStatus()
public void setKeywordStatus(KeyworkStatusType status)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public Date getAddTime()
public void setAddTime(Date addTime)
public List<Failure> getFailures()
BaseModel
中的 getFailures
public void setFailures(List<Failure> failures)
BaseModel
中的 setFailures
public String toString()
Object
中的 toString
protected Long getModelId()
BaseModel
中的 getModelId
public KeywordMatchType getMatchType()
public void setMatchType(KeywordMatchType matchType)
public KeyworkStatusType getStatus()
public void setStatus(KeyworkStatusType status)
public List<PostParameter> getParameters()
BaseModel
中的 getParameters
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |