qihoo.open.v1.service.request.creative
类 GetCreativeUpdateByIdListRequest

java.lang.Object
  继承者 qihoo.open.v1.service.request.ParticularRequest
      继承者 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest

public class GetCreativeUpdateByIdListRequest
extends ParticularRequest

批量更新创意请求请求类

此类是将状态、标是、目标地址、显示地址,批量设置成一种值的方式,所以这些参数可以对应多个id

作者:
liyang

字段摘要
 
从类 qihoo.open.v1.service.request.ParticularRequest 继承的字段
postParameters
 
构造方法摘要
GetCreativeUpdateByIdListRequest()
           
 
方法摘要
 String getDestinationUrl()
           
 String getDisplayUrl()
           
 List<Long> getIdList()
           
 List<PostParameter> getPostParameters()
           
 CreativeStatusType getStatus()
           
 String getTitle()
           
 void setDestinationUrl(String destinationUrl)
           
 void setDisplayUrl(String displayUrl)
           
 void setIdList(List<Long> idList)
           
 void setStatus(CreativeStatusType status)
           
 void setTitle(String title)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetCreativeUpdateByIdListRequest

public GetCreativeUpdateByIdListRequest()
方法详细信息

getStatus

public CreativeStatusType getStatus()

setStatus

public void setStatus(CreativeStatusType status)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDestinationUrl

public String getDestinationUrl()

setDestinationUrl

public void setDestinationUrl(String destinationUrl)

getDisplayUrl

public String getDisplayUrl()

setDisplayUrl

public void setDisplayUrl(String displayUrl)

getIdList

public List<Long> getIdList()

setIdList

public void setIdList(List<Long> idList)

toString

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

getPostParameters

public List<PostParameter> getPostParameters()


Copyright © 2013. All rights reserved.