com.baidubce.services.lss.model
Class ListAppResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.lss.model.ListAppResponse
All Implemented Interfaces:
Serializable

public class ListAppResponse
extends AbstractBceResponse

Created by wuyafei on 16/6/28.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListAppResponse()
           
 
Method Summary
 List<GetAppResponse> getApps()
           
 void setApps(List<GetAppResponse> apps)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListAppResponse

public ListAppResponse()
Method Detail

getApps

public List<GetAppResponse> getApps()

setApps

public void setApps(List<GetAppResponse> apps)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.