qihoo.open.v1.model.group
类 Group

java.lang.Object
  继承者 qihoo.open.v1.model.BaseModel
      继承者 qihoo.open.v1.model.group.Group

public class Group
extends BaseModel


字段摘要
 
从类 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
 

构造方法详细信息

Group

public Group()
方法详细信息

getId

public Long getId()
广告组id


setId

public void setId(Long id)

getCampaignId

public Long getCampaignId()
推广计划id


setCampaignId

public void setCampaignId(Long campaignId)

getName

public String getName()
广告组名称


setName

public void setName(String name)

getPrice

public Double getPrice()
广告组默认出价


setPrice

public void setPrice(Double price)

getFromTime

public Date getFromTime()

getStatus

public GroupStatusType getStatus()
广告组状态


getFailures

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

setFailures

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

getNegativeWords

public Set<Keyword> getNegativeWords()
短语否定关键词集合


setNegativeWords

public void setNegativeWords(Set<Keyword> negativeWords)

getExactNegativeWords

public Set<Keyword> getExactNegativeWords()
精确否定关键词集合


setExactNegativeWords

public void setExactNegativeWords(Set<Keyword> exactNegativeWords)

getUpdateTime

public Date getUpdateTime()

setUpdateTime

public void setUpdateTime(Date updateTime)

getAddTime

public Date getAddTime()

setAddTime

public void setAddTime(Date addTime)

getCreate_time

public Date getCreate_time()

setCreate_time

public void setCreate_time(Date create_time)

setStatus

public void setStatus(GroupStatusType status)

setFromTime

public void setFromTime(Date fromTime)

toString

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

getModelId

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

getParameters

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


Copyright © 2013. All rights reserved.