类 ActiveResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.iothisk.model.ActiveResponse
-
- 所有已实现的接口:
Serializable
public class ActiveResponse extends AbstractBceResponse
Represent the response of HISK device id activation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 ActiveResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetData()Get the activation result data.intgetSdkType()Get the sdk type.voidsetData(String data)Set the activation result data.voidsetSdkType(int sdkType)Set the sdk type.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getData
public String getData()
Get the activation result data.- 返回:
- activation result data.
-
setData
public void setData(String data)
Set the activation result data.- 参数:
data- activation result data.
-
getSdkType
public int getSdkType()
Get the sdk type.- 返回:
- device sdk type.
-
setSdkType
public void setSdkType(int sdkType)
Set the sdk type.- 参数:
sdkType- device sdk type.
-
-