Class ZoneList

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ZoneList
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The response object of the ListZones operation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getCount()
      Gets the count.
      java.util.List<ZoneSummary> getZones()
      Gets the zones.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCount

        public java.lang.Long getCount()
        Gets the count. The number of returned results.
        Returns:
        the count
      • getZones

        public java.util.List<ZoneSummary> getZones()
        Gets the zones. The returned zones.
        Returns:
        the zones