Class RestDeploymentResultList


  • public class RestDeploymentResultList
    extends Object
    • Field Detail

      • startIndex

        protected int startIndex
      • maxResult

        protected int maxResult
      • size

        protected int size
    • Constructor Detail

      • RestDeploymentResultList

        public RestDeploymentResultList()
      • RestDeploymentResultList

        public RestDeploymentResultList​(int size,
                                        org.apache.commons.lang3.Range<Integer> range,
                                        List<RestDeploymentResult> results)