com.baidubce.services.iothisk.model
Class ActiveResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveResponse
public ActiveResponse()
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.