Class ManagedApplicationPage
- java.lang.Object
-
- com.xebialabs.xlrelease.api.v1.views.ManagedApplicationPage
-
public class ManagedApplicationPage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ManagedApplicationPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedApplicationPage
create(java.lang.Integer totalCount, java.lang.Integer count, java.util.List<ManagedApplicationView> managedApplications)
java.lang.Integer
getCount()
java.util.List<ManagedApplicationView>
getManagedApplications()
java.lang.Integer
getTotalCount()
void
setCount(java.lang.Integer count)
void
setManagedApplications(java.util.List<ManagedApplicationView> managedApplications)
void
setTotalCount(java.lang.Integer totalCount)
-
-
-
Method Detail
-
create
public static ManagedApplicationPage create(java.lang.Integer totalCount, java.lang.Integer count, java.util.List<ManagedApplicationView> managedApplications)
-
getCount
public java.lang.Integer getCount()
-
setCount
public void setCount(java.lang.Integer count)
-
getManagedApplications
public java.util.List<ManagedApplicationView> getManagedApplications()
-
setManagedApplications
public void setManagedApplications(java.util.List<ManagedApplicationView> managedApplications)
-
getTotalCount
public java.lang.Integer getTotalCount()
-
setTotalCount
public void setTotalCount(java.lang.Integer totalCount)
-
-