qihoo.open.v1.service.response.keyword
类 GetKeywordUpdateByIdListResponse

java.lang.Object
  继承者 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse

public class GetKeywordUpdateByIdListResponse
extends Object

批量更新关键词的某个字段值响应类

作者:
liyang

构造方法摘要
GetKeywordUpdateByIdListResponse()
           
 
方法摘要
 int getAffectedRecords()
           
 List<Failure> getFailures()
           
 void setAffectedRecords(int affectedRecords)
           
 void setFailures(List<Failure> failures)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetKeywordUpdateByIdListResponse

public GetKeywordUpdateByIdListResponse()
方法详细信息

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

getAffectedRecords

public int getAffectedRecords()

setAffectedRecords

public void setAffectedRecords(int affectedRecords)

toString

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


Copyright © 2013. All rights reserved.