qihoo.open.v1.service.request.keyword
类 GetKeywordUpdateByIdListRequest

java.lang.Object
  继承者 qihoo.open.v1.service.request.ParticularRequest
      继承者 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest

public class GetKeywordUpdateByIdListRequest
extends ParticularRequest

批量更新关键词请求类

此类是将出价、状态、地址、匹配模式,批量设置成一种值的方式,所以这些参数可以对应多个id

作者:
liyang

字段摘要
 
从类 qihoo.open.v1.service.request.ParticularRequest 继承的字段
postParameters
 
构造方法摘要
GetKeywordUpdateByIdListRequest()
           
 
方法摘要
 String getDestinationUrl()
           
 List<Long> getIdList()
           
 KeywordMatchType getMatchType()
           
 List<PostParameter> getPostParameters()
           
 Double getPrice()
           
 KeyworkStatusType getStatus()
           
 void setDestinationUrl(String destinationUrl)
           
 void setIdList(List<Long> idList)
           
 void setMatchType(KeywordMatchType matchType)
           
 void setPrice(Double price)
           
 void setStatus(KeyworkStatusType status)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GetKeywordUpdateByIdListRequest

public GetKeywordUpdateByIdListRequest()
方法详细信息

getStatus

public KeyworkStatusType getStatus()

setStatus

public void setStatus(KeyworkStatusType status)

getPrice

public Double getPrice()

setPrice

public void setPrice(Double price)

getDestinationUrl

public String getDestinationUrl()

setDestinationUrl

public void setDestinationUrl(String destinationUrl)

getMatchType

public KeywordMatchType getMatchType()

setMatchType

public void setMatchType(KeywordMatchType matchType)

getIdList

public List<Long> getIdList()

setIdList

public void setIdList(List<Long> idList)

getPostParameters

public List<PostParameter> getPostParameters()


Copyright © 2013. All rights reserved.