Change Documentation configuration.

This commit is contained in:
sdk-team
2020-10-21 07:28:26 +00:00
parent b7d2e0b4a6
commit a46f82a069
5 changed files with 3 additions and 17 deletions

View File

@@ -49,8 +49,6 @@ namespace AlibabaCloud
void setPageSize(long pageSize);
std::string getPersonId()const;
void setPersonId(const std::string& personId);
std::string getIsvId()const;
void setIsvId(const std::string& isvId);
private:
std::string corpId_;
@@ -60,7 +58,6 @@ namespace AlibabaCloud
std::string subId_;
long pageSize_;
std::string personId_;
std::string isvId_;
};
}

View File

@@ -48,7 +48,6 @@ namespace AlibabaCloud
std::string personId;
long pageNumber;
std::string shotTime;
std::string isvId;
std::string dataSourceId;
};

View File

@@ -104,14 +104,3 @@ void ListPersonTraceDetailsRequest::setPersonId(const std::string& personId)
setBodyParameter("PersonId", personId);
}
std::string ListPersonTraceDetailsRequest::getIsvId()const
{
return isvId_;
}
void ListPersonTraceDetailsRequest::setIsvId(const std::string& isvId)
{
isvId_ = isvId;
setBodyParameter("IsvId", isvId);
}

View File

@@ -59,8 +59,6 @@ void ListPersonTraceDetailsResult::parse(const std::string &payload)
dataObject.personId = valueDataDatas["PersonId"].asString();
if(!valueDataDatas["PicUrlPath"].isNull())
dataObject.picUrlPath = valueDataDatas["PicUrlPath"].asString();
if(!valueDataDatas["IsvId"].isNull())
dataObject.isvId = valueDataDatas["IsvId"].asString();
if(!valueDataDatas["RightBottomY"].isNull())
dataObject.rightBottomY = valueDataDatas["RightBottomY"].asString();
if(!valueDataDatas["RightBottomX"].isNull())