com.supermap.services.providers

Class GetTokenResult

  • java.lang.Object
    • com.supermap.services.providers.GetTokenResult


  • public class GetTokenResult
    extends java.lang.Object
    
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      long expires 
      java.lang.String token 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GetTokenResult() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • expires

        public long expires
        
      • token

        public java.lang.String token
        
    • Constructor Detail

      • GetTokenResult

        public GetTokenResult()