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
从类 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.