LINKFACE SDK Auto Released By jiayao.wjy,Version:1.30.1

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
This commit is contained in:
yixiong.jxy
2018-11-02 19:41:11 +08:00
parent f87f6a1649
commit f189a9dbb2
12 changed files with 124 additions and 1 deletions

View File

@@ -37,9 +37,15 @@ namespace AlibabaCloud
std::string getIotId()const;
void setIotId(const std::string& iotId);
std::string getDeviceName()const;
void setDeviceName(const std::string& deviceName);
std::string getProductKey()const;
void setProductKey(const std::string& productKey);
private:
std::string iotId_;
std::string deviceName_;
std::string productKey_;
};
}

View File

@@ -43,12 +43,18 @@ namespace AlibabaCloud
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getDeviceName()const;
void setDeviceName(const std::string& deviceName);
std::string getProductKey()const;
void setProductKey(const std::string& productKey);
private:
int licenseType_;
std::string iotId_;
int pageSize_;
int currentPage_;
std::string deviceName_;
std::string productKey_;
};
}

View File

@@ -39,8 +39,10 @@ namespace AlibabaCloud
std::string expiredTime;
std::string beginTime;
std::string clientId;
std::string productKey;
int licenseType;
std::string apkPubkey;
std::string deviceName;
};

View File

@@ -37,9 +37,15 @@ namespace AlibabaCloud
std::string getIotId()const;
void setIotId(const std::string& iotId);
std::string getDeviceName()const;
void setDeviceName(const std::string& deviceName);
std::string getProductKey()const;
void setProductKey(const std::string& productKey);
private:
std::string iotId_;
std::string deviceName_;
std::string productKey_;
};
}

View File

@@ -39,10 +39,16 @@ namespace AlibabaCloud
void setIotId(const std::string& iotId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
std::string getDeviceName()const;
void setDeviceName(const std::string& deviceName);
std::string getProductKey()const;
void setProductKey(const std::string& productKey);
private:
std::string iotId_;
std::string groupId_;
std::string deviceName_;
std::string productKey_;
};
}