Class GetSupplySourcesResponse


  • public class GetSupplySourcesResponse
    extends java.lang.Object
    The paginated list of supply sources.
    • Constructor Detail

      • GetSupplySourcesResponse

        public GetSupplySourcesResponse()
    • Method Detail

      • getSupplySources

        public SupplySourceList getSupplySources()
        Get supplySources
        Returns:
        supplySources
      • setSupplySources

        public void setSupplySources​(SupplySourceList supplySources)
      • getNextPageToken

        public java.lang.String getNextPageToken()
        If present, use this pagination token to retrieve the next page of supply sources.
        Returns:
        nextPageToken
      • setNextPageToken

        public void setNextPageToken​(java.lang.String nextPageToken)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object