qihoo.open.v1.service.response.group
类 GetGroupBulkAddResponse

java.lang.Object
  继承者 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse

public class GetGroupBulkAddResponse
extends Object

添加多个广告组响应类

作者:
ygzhang

构造方法摘要
GetGroupBulkAddResponse()
           
 
方法摘要
 List<Failure> getFailures()
           
 List<Long> getGroupsIdList()
           
 void setFailures(List<Failure> failures)
           
 void setGroupsIdList(List<Long> groupsIdList)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

GetGroupBulkAddResponse

public GetGroupBulkAddResponse()
方法详细信息

getFailures

public List<Failure> getFailures()

setFailures

public void setFailures(List<Failure> failures)

getGroupsIdList

public List<Long> getGroupsIdList()

setGroupsIdList

public void setGroupsIdList(List<Long> groupsIdList)

toString

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


Copyright © 2013. All rights reserved.