Class POBNetworkResult

  • All Implemented Interfaces:

    
    public class POBNetworkResult
    
                        

    Model class definition to maintain network meta data like headers, network time etc

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Map<String, String> getHeaders() Returns Map of headers
      long getNetworkTimeMs() Returns network timeout in Milli seconds
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POBNetworkResult

        POBNetworkResult(Map<String, String> headers, long networkTimeMs)
        Constructor
        Parameters:
        headers - Map of headers
        networkTimeMs - network timeout in Milli seconds