com.baidubce.services.iotviz
Class IotVizClient

java.lang.Object
  extended by com.baidubce.AbstractBceClient
      extended by com.baidubce.services.iotviz.IotVizClient

public class IotVizClient
extends AbstractBceClient

Provides the client for accessing iot viz services.


Field Summary
 
Fields inherited from class com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
 
Constructor Summary
IotVizClient(BceClientConfiguration config)
           
 
Method Summary
 String createToken(int ttl)
          Create a token
 
Methods inherited from class com.baidubce.AbstractBceClient
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IotVizClient

public IotVizClient(BceClientConfiguration config)
Method Detail

createToken

public String createToken(int ttl)
Create a token

Parameters:
ttl - - token's time to live, in seconds
Returns:
a string token


Copyright © 2018. All rights reserved.