public class BceIotClient extends Object
| Constructor and Description |
|---|
BceIotClient(String uri,
String ak,
String sk,
HttpMethodName methodName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAk() |
HttpMethodName |
getMethodName() |
String |
getSk() |
String |
getUri() |
void |
setAk(String ak) |
void |
setMethodName(HttpMethodName methodName) |
void |
setSk(String sk) |
void |
setUri(String uri) |
public BceIotClient(String uri, String ak, String sk, HttpMethodName methodName)
public String getAk()
public void setAk(String ak)
public String getSk()
public void setSk(String sk)
public String getUri()
public void setUri(String uri)
public HttpMethodName getMethodName()
public void setMethodName(HttpMethodName methodName)
Copyright © 2021. All rights reserved.