com.baidubce.services.dugo.core
Class BceIotClient

java.lang.Object
  extended by com.baidubce.services.dugo.core.BceIotClient

public class BceIotClient
extends Object

the dugo bce client and build the request Created by liuzhenxing01 on 2018/10/18.


Constructor Summary
BceIotClient(String uri, String ak, String sk, HttpMethodName methodName)
           
 
Method Summary
 String getAk()
           
 HttpMethodName getMethodName()
           
 String getSk()
           
 String getUri()
           
 void setAk(String ak)
           
 void setMethodName(HttpMethodName methodName)
           
 void setSk(String sk)
           
 void setUri(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BceIotClient

public BceIotClient(String uri,
                    String ak,
                    String sk,
                    HttpMethodName methodName)
Method Detail

getAk

public String getAk()

setAk

public void setAk(String ak)

getSk

public String getSk()

setSk

public void setSk(String sk)

getUri

public String getUri()

setUri

public void setUri(String uri)

getMethodName

public HttpMethodName getMethodName()

setMethodName

public void setMethodName(HttpMethodName methodName)


Copyright © 2018. All rights reserved.