|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectqihoo.open.v1.model.BaseModel
qihoo.open.v1.model.group.Group
public class Group
字段摘要 |
---|
从类 qihoo.open.v1.model.BaseModel 继承的字段 |
---|
postParameters |
构造方法摘要 | |
---|---|
Group()
|
方法摘要 | |
---|---|
Date |
getAddTime()
|
Long |
getCampaignId()
推广计划id |
Date |
getCreate_time()
|
Set<Keyword> |
getExactNegativeWords()
精确否定关键词集合 |
List<Failure> |
getFailures()
|
Date |
getFromTime()
|
Long |
getId()
广告组id |
protected Long |
getModelId()
|
String |
getName()
广告组名称 |
Set<Keyword> |
getNegativeWords()
短语否定关键词集合 |
List<PostParameter> |
getParameters()
|
Double |
getPrice()
广告组默认出价 |
GroupStatusType |
getStatus()
广告组状态 |
Date |
getUpdateTime()
|
void |
setAddTime(Date addTime)
|
void |
setCampaignId(Long campaignId)
|
void |
setCreate_time(Date create_time)
|
void |
setExactNegativeWords(Set<Keyword> exactNegativeWords)
|
void |
setFailures(List<Failure> failures)
|
void |
setFromTime(Date fromTime)
|
void |
setId(Long id)
|
void |
setName(String name)
|
void |
setNegativeWords(Set<Keyword> negativeWords)
|
void |
setPrice(Double price)
|
void |
setStatus(GroupStatusType status)
|
void |
setUpdateTime(Date updateTime)
|
String |
toString()
|
从类 qihoo.open.v1.model.BaseModel 继承的方法 |
---|
getDate, makeIdentifiableString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public Group()
方法详细信息 |
---|
public Long getId()
public void setId(Long id)
public Long getCampaignId()
public void setCampaignId(Long campaignId)
public String getName()
public void setName(String name)
public Double getPrice()
public void setPrice(Double price)
public Date getFromTime()
public GroupStatusType getStatus()
public List<Failure> getFailures()
BaseModel
中的 getFailures
public void setFailures(List<Failure> failures)
BaseModel
中的 setFailures
public Set<Keyword> getNegativeWords()
public void setNegativeWords(Set<Keyword> negativeWords)
public Set<Keyword> getExactNegativeWords()
public void setExactNegativeWords(Set<Keyword> exactNegativeWords)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public Date getAddTime()
public void setAddTime(Date addTime)
public Date getCreate_time()
public void setCreate_time(Date create_time)
public void setStatus(GroupStatusType status)
public void setFromTime(Date fromTime)
public String toString()
Object
中的 toString
protected Long getModelId()
BaseModel
中的 getModelId
public List<PostParameter> getParameters()
BaseModel
中的 getParameters
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |