Class Page
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.Page
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class Page extends Object
Project callback response containing count of deployments
-
Constructor Summary
Constructors Constructor Description Page()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Long
getTotalElements()
Count of the deploymentsint
hashCode()
void
setTotalElements(Long totalElements)
String
toString()
Page
totalElements(Long totalElements)
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
totalElements
-
getTotalElements
Count of the deployments- Returns:
- totalElements
-
setTotalElements
-
equals
-
hashCode
public int hashCode() -
toString
-