Class ResourceAliasesList

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

    public class ResourceAliasesList
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A list of resource aliases.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNextUrl()
      Gets the nextUrl.
      java.util.List<ResourceAlias> getResources()
      Gets the resources.
      java.lang.Long getRowsCount()
      Gets the rowsCount.
      • 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

      • getRowsCount

        public java.lang.Long getRowsCount()
        Gets the rowsCount. The number of resource aliases in `resources`.
        Returns:
        the rowsCount
      • getNextUrl

        public java.lang.String getNextUrl()
        Gets the nextUrl. The URL for requesting the next page of results.
        Returns:
        the nextUrl
      • getResources

        public java.util.List<ResourceAlias> getResources()
        Gets the resources. A list of resource aliases.
        Returns:
        the resources