|
@@ -43,22 +43,29 @@ namespace AlibabaCloud
|
|
|
GetDeviceConfigResult();
|
|
GetDeviceConfigResult();
|
|
|
explicit GetDeviceConfigResult(const std::string &payload);
|
|
explicit GetDeviceConfigResult(const std::string &payload);
|
|
|
~GetDeviceConfigResult();
|
|
~GetDeviceConfigResult();
|
|
|
- std::string getFrameRate()const;
|
|
|
|
|
std::string getEncodeFormat()const;
|
|
std::string getEncodeFormat()const;
|
|
|
std::string getMessage()const;
|
|
std::string getMessage()const;
|
|
|
|
|
+ std::string getDeviceId()const;
|
|
|
std::string getLatitude()const;
|
|
std::string getLatitude()const;
|
|
|
- std::string getCode()const;
|
|
|
|
|
- std::string getLongitude()const;
|
|
|
|
|
std::vector<OSDListItem> getOSDList()const;
|
|
std::vector<OSDListItem> getOSDList()const;
|
|
|
|
|
+ std::string getPassWord()const;
|
|
|
std::string getOSDTimeY()const;
|
|
std::string getOSDTimeY()const;
|
|
|
std::string getOSDTimeEnable()const;
|
|
std::string getOSDTimeEnable()const;
|
|
|
|
|
+ std::string getServerId()const;
|
|
|
std::string getDeviceAddress()const;
|
|
std::string getDeviceAddress()const;
|
|
|
std::string getOSDTimeX()const;
|
|
std::string getOSDTimeX()const;
|
|
|
int getGovLength()const;
|
|
int getGovLength()const;
|
|
|
- std::string getRetryInterval()const;
|
|
|
|
|
std::string getAudioFormat()const;
|
|
std::string getAudioFormat()const;
|
|
|
- std::string getBitRate()const;
|
|
|
|
|
|
|
+ std::string getProtocol()const;
|
|
|
bool getAudioEnable()const;
|
|
bool getAudioEnable()const;
|
|
|
|
|
+ std::string getFrameRate()const;
|
|
|
|
|
+ std::string getUserName()const;
|
|
|
|
|
+ std::string getServerIp()const;
|
|
|
|
|
+ std::string getCode()const;
|
|
|
|
|
+ std::string getLongitude()const;
|
|
|
|
|
+ std::string getRetryInterval()const;
|
|
|
|
|
+ std::string getBitRate()const;
|
|
|
|
|
+ std::string getServerPort()const;
|
|
|
std::string getDeviceName()const;
|
|
std::string getDeviceName()const;
|
|
|
std::string getOSDTimeType()const;
|
|
std::string getOSDTimeType()const;
|
|
|
std::string getResolution()const;
|
|
std::string getResolution()const;
|
|
@@ -66,22 +73,29 @@ namespace AlibabaCloud
|
|
|
protected:
|
|
protected:
|
|
|
void parse(const std::string &payload);
|
|
void parse(const std::string &payload);
|
|
|
private:
|
|
private:
|
|
|
- std::string frameRate_;
|
|
|
|
|
std::string encodeFormat_;
|
|
std::string encodeFormat_;
|
|
|
std::string message_;
|
|
std::string message_;
|
|
|
|
|
+ std::string deviceId_;
|
|
|
std::string latitude_;
|
|
std::string latitude_;
|
|
|
- std::string code_;
|
|
|
|
|
- std::string longitude_;
|
|
|
|
|
std::vector<OSDListItem> oSDList_;
|
|
std::vector<OSDListItem> oSDList_;
|
|
|
|
|
+ std::string passWord_;
|
|
|
std::string oSDTimeY_;
|
|
std::string oSDTimeY_;
|
|
|
std::string oSDTimeEnable_;
|
|
std::string oSDTimeEnable_;
|
|
|
|
|
+ std::string serverId_;
|
|
|
std::string deviceAddress_;
|
|
std::string deviceAddress_;
|
|
|
std::string oSDTimeX_;
|
|
std::string oSDTimeX_;
|
|
|
int govLength_;
|
|
int govLength_;
|
|
|
- std::string retryInterval_;
|
|
|
|
|
std::string audioFormat_;
|
|
std::string audioFormat_;
|
|
|
- std::string bitRate_;
|
|
|
|
|
|
|
+ std::string protocol_;
|
|
|
bool audioEnable_;
|
|
bool audioEnable_;
|
|
|
|
|
+ std::string frameRate_;
|
|
|
|
|
+ std::string userName_;
|
|
|
|
|
+ std::string serverIp_;
|
|
|
|
|
+ std::string code_;
|
|
|
|
|
+ std::string longitude_;
|
|
|
|
|
+ std::string retryInterval_;
|
|
|
|
|
+ std::string bitRate_;
|
|
|
|
|
+ std::string serverPort_;
|
|
|
std::string deviceName_;
|
|
std::string deviceName_;
|
|
|
std::string oSDTimeType_;
|
|
std::string oSDTimeType_;
|
|
|
std::string resolution_;
|
|
std::string resolution_;
|