com.baidubce.services.iothisk.model
Class ActiveResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothisk.model.ActiveResponse
All Implemented Interfaces:
Serializable

public class ActiveResponse
extends AbstractBceResponse

Represent the response of HISK device id activation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ActiveResponse()
           
 
Method Summary
 String getData()
          Get the activation result data.
 int getSdkType()
          Get the sdk type.
 void setData(String data)
          Set the activation result data.
 void setSdkType(int sdkType)
          Set the sdk type.
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveResponse

public ActiveResponse()
Method Detail

getData

public String getData()
Get the activation result data.

Returns:
activation result data.

setData

public void setData(String data)
Set the activation result data.

Parameters:
data - activation result data.

getSdkType

public int getSdkType()
Get the sdk type.

Returns:
device sdk type.

setSdkType

public void setSdkType(int sdkType)
Set the sdk type.

Parameters:
sdkType - device sdk type.


Copyright © 2018. All rights reserved.