qihoo.open.v1.service.response
类 DeleteByIdResponse

java.lang.Object
  继承者 qihoo.open.v1.service.response.DeleteByIdResponse
直接已知子类:
GetCampaignDeleteByIdResponse, GetCreativeDeleteByIdListResponse, GetGroupDeleteByIdResponse, GetKeywordDeleteByIdListResponse

public class DeleteByIdResponse
extends Object

添加响应类

作者:
liyang

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

构造方法详细信息

DeleteByIdResponse

public DeleteByIdResponse()
方法详细信息

getAffectedRecords

public Integer getAffectedRecords()

setAffectedRecords

public void setAffectedRecords(Integer affectedRecords)

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

toString

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


Copyright © 2013. All rights reserved.