Add extend value for list event detail.
This commit is contained in:
@@ -43,22 +43,29 @@ namespace AlibabaCloud
|
||||
GetDeviceConfigResult();
|
||||
explicit GetDeviceConfigResult(const std::string &payload);
|
||||
~GetDeviceConfigResult();
|
||||
std::string getFrameRate()const;
|
||||
std::string getEncodeFormat()const;
|
||||
std::string getMessage()const;
|
||||
std::string getDeviceId()const;
|
||||
std::string getLatitude()const;
|
||||
std::string getCode()const;
|
||||
std::string getLongitude()const;
|
||||
std::vector<OSDListItem> getOSDList()const;
|
||||
std::string getPassWord()const;
|
||||
std::string getOSDTimeY()const;
|
||||
std::string getOSDTimeEnable()const;
|
||||
std::string getServerId()const;
|
||||
std::string getDeviceAddress()const;
|
||||
std::string getOSDTimeX()const;
|
||||
int getGovLength()const;
|
||||
std::string getRetryInterval()const;
|
||||
std::string getAudioFormat()const;
|
||||
std::string getBitRate()const;
|
||||
std::string getProtocol()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 getOSDTimeType()const;
|
||||
std::string getResolution()const;
|
||||
@@ -66,22 +73,29 @@ namespace AlibabaCloud
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string frameRate_;
|
||||
std::string encodeFormat_;
|
||||
std::string message_;
|
||||
std::string deviceId_;
|
||||
std::string latitude_;
|
||||
std::string code_;
|
||||
std::string longitude_;
|
||||
std::vector<OSDListItem> oSDList_;
|
||||
std::string passWord_;
|
||||
std::string oSDTimeY_;
|
||||
std::string oSDTimeEnable_;
|
||||
std::string serverId_;
|
||||
std::string deviceAddress_;
|
||||
std::string oSDTimeX_;
|
||||
int govLength_;
|
||||
std::string retryInterval_;
|
||||
std::string audioFormat_;
|
||||
std::string bitRate_;
|
||||
std::string protocol_;
|
||||
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 oSDTimeType_;
|
||||
std::string resolution_;
|
||||
|
||||
@@ -37,6 +37,8 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCorpId()const;
|
||||
void setCorpId(const std::string& corpId);
|
||||
std::string getExtendValue()const;
|
||||
void setExtendValue(const std::string& extendValue);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
@@ -52,6 +54,7 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string corpId_;
|
||||
std::string extendValue_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string pageNumber_;
|
||||
|
||||
@@ -37,9 +37,12 @@ namespace AlibabaCloud
|
||||
struct RecordsItem
|
||||
{
|
||||
std::string picUrlPath;
|
||||
std::string extendValue;
|
||||
std::string corpId;
|
||||
std::string eventType;
|
||||
std::string extendValueThree;
|
||||
std::string targetPicUrlPath;
|
||||
std::string extendValueTwo;
|
||||
std::string shotTime;
|
||||
std::string recordId;
|
||||
std::string capStyle;
|
||||
@@ -57,6 +60,7 @@ namespace AlibabaCloud
|
||||
ListEventAlgorithmResultsResult();
|
||||
explicit ListEventAlgorithmResultsResult(const std::string &payload);
|
||||
~ListEventAlgorithmResultsResult();
|
||||
std::string getExtendValue()const;
|
||||
std::string getMessage()const;
|
||||
Data getData()const;
|
||||
std::string getCode()const;
|
||||
@@ -64,6 +68,7 @@ namespace AlibabaCloud
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string extendValue_;
|
||||
std::string message_;
|
||||
Data data_;
|
||||
std::string code_;
|
||||
|
||||
@@ -37,18 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getDeviceTimeStamp()const;
|
||||
void setDeviceTimeStamp(const std::string& deviceTimeStamp);
|
||||
std::string getDeviceSn()const;
|
||||
void setDeviceSn(const std::string& deviceSn);
|
||||
std::string getDeviceId()const;
|
||||
void setDeviceId(const std::string& deviceId);
|
||||
std::string getServerId()const;
|
||||
void setServerId(const std::string& serverId);
|
||||
std::string getDeviceSerialNumber()const;
|
||||
void setDeviceSerialNumber(const std::string& deviceSerialNumber);
|
||||
|
||||
private:
|
||||
std::string deviceTimeStamp_;
|
||||
std::string deviceSn_;
|
||||
std::string deviceId_;
|
||||
std::string serverId_;
|
||||
std::string deviceSerialNumber_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,7 @@ namespace AlibabaCloud
|
||||
std::string maxStream;
|
||||
std::string encodeFormat;
|
||||
std::string maxFrameRate;
|
||||
std::string govLengthRange;
|
||||
std::string resolution;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user