Class FindFacilitiesResponseType


  • public class FindFacilitiesResponseType
    extends Object
    The FindFacilitiesResponseType model.
    • Constructor Detail

      • FindFacilitiesResponseType

        public FindFacilitiesResponseType()
    • Method Detail

      • totalHits

        public Long totalHits()
        Get total number of facilities matching find criteria.
        Returns:
        the totalHits value
      • withTotalHits

        public FindFacilitiesResponseType withTotalHits​(Long totalHits)
        Set total number of facilities matching find criteria.
        Parameters:
        totalHits - the totalHits value to set
        Returns:
        the FindFacilitiesResponseType object itself.