123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>BugDetail</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/google-code-prettify@1.0.5/bin/prettify.min.css">
- <link href="../style.css" rel="stylesheet" />
- </head>
- <body onload="PR.prettyPrint()">
- <pre class="prettyprint lang-java">
- public class BugDetail implements Serializable{
- private String id; //bug属性
- private String bugCategory; //
- private String severity; //
- private String recurrent; //
- private String bugCreateTime; //
- private String bugPage; //
- private String title; //
- private String bugDescription; //
- private String imgUrl; //
- private int score; //
- private String parent; //
- private string[] children; //
- private String root; //
- private int goodNum; //
- private string[] goodWorkerId; //
- private int badNum; //
- private string[] badWorkerId; //
- private String testCaseId; //测试用例属性
- private String testCaseName; //
- private String testCaseFront; //
- private String testCaseBehind; //
- private String testCaseDescription; //
- private String testCaseCreateTime; //
- private String reportId; //report属性
- private String reportName; //
- private String reportCreateTime; //
- private String scriptLocation; //
- private String reportLocation; //
- private String logLocation; //
- private String deviceModel; //
- private String deviceBrand; //
- private String deviceOs; //
- private String workerId; //工人属性
- private String caseAppName; //众测任务属性
- private String casePaperType; //
- private String caseTestType; //
- private String caseDescription; //
- private String caseRequireDoc; //
- private String caseTakeId; //原系统中的case_take_id
- private String originalCaseId; //与目前系统中的哪个case对应
- private String cpSerialNum; //cp系统序列号
- public String getId(){
- return id;
- }
- public void setId(String id){
- this.id = id;
- }
- public String getBugCategory(){
- return bugCategory;
- }
- public void setBugCategory(String bugCategory){
- this.bugCategory = bugCategory;
- }
- public String getSeverity(){
- return severity;
- }
- public void setSeverity(String severity){
- this.severity = severity;
- }
- public String getRecurrent(){
- return recurrent;
- }
- public void setRecurrent(String recurrent){
- this.recurrent = recurrent;
- }
- public String getBugCreateTime(){
- return bugCreateTime;
- }
- public void setBugCreateTime(String bugCreateTime){
- this.bugCreateTime = bugCreateTime;
- }
- public String getBugPage(){
- return bugPage;
- }
- public void setBugPage(String bugPage){
- this.bugPage = bugPage;
- }
- public String getTitle(){
- return title;
- }
- public void setTitle(String title){
- this.title = title;
- }
- public String getBugDescription(){
- return bugDescription;
- }
- public void setBugDescription(String bugDescription){
- this.bugDescription = bugDescription;
- }
- public String getImgUrl(){
- return imgUrl;
- }
- public void setImgUrl(String imgUrl){
- this.imgUrl = imgUrl;
- }
- public int getScore(){
- return score;
- }
- public void setScore(int score){
- this.score = score;
- }
- public String getParent(){
- return parent;
- }
- public void setParent(String parent){
- this.parent = parent;
- }
- public string[] getChildren(){
- return children;
- }
- public void setChildren(string[] children){
- this.children = children;
- }
- public String getRoot(){
- return root;
- }
- public void setRoot(String root){
- this.root = root;
- }
- public int getGoodNum(){
- return goodNum;
- }
- public void setGoodNum(int goodNum){
- this.goodNum = goodNum;
- }
- public string[] getGoodWorkerId(){
- return goodWorkerId;
- }
- public void setGoodWorkerId(string[] goodWorkerId){
- this.goodWorkerId = goodWorkerId;
- }
- public int getBadNum(){
- return badNum;
- }
- public void setBadNum(int badNum){
- this.badNum = badNum;
- }
- public string[] getBadWorkerId(){
- return badWorkerId;
- }
- public void setBadWorkerId(string[] badWorkerId){
- this.badWorkerId = badWorkerId;
- }
- public String getTestCaseId(){
- return testCaseId;
- }
- public void setTestCaseId(String testCaseId){
- this.testCaseId = testCaseId;
- }
- public String getTestCaseName(){
- return testCaseName;
- }
- public void setTestCaseName(String testCaseName){
- this.testCaseName = testCaseName;
- }
- public String getTestCaseFront(){
- return testCaseFront;
- }
- public void setTestCaseFront(String testCaseFront){
- this.testCaseFront = testCaseFront;
- }
- public String getTestCaseBehind(){
- return testCaseBehind;
- }
- public void setTestCaseBehind(String testCaseBehind){
- this.testCaseBehind = testCaseBehind;
- }
- public String getTestCaseDescription(){
- return testCaseDescription;
- }
- public void setTestCaseDescription(String testCaseDescription){
- this.testCaseDescription = testCaseDescription;
- }
- public String getTestCaseCreateTime(){
- return testCaseCreateTime;
- }
- public void setTestCaseCreateTime(String testCaseCreateTime){
- this.testCaseCreateTime = testCaseCreateTime;
- }
- public String getReportId(){
- return reportId;
- }
- public void setReportId(String reportId){
- this.reportId = reportId;
- }
- public String getReportName(){
- return reportName;
- }
- public void setReportName(String reportName){
- this.reportName = reportName;
- }
- public String getReportCreateTime(){
- return reportCreateTime;
- }
- public void setReportCreateTime(String reportCreateTime){
- this.reportCreateTime = reportCreateTime;
- }
- public String getScriptLocation(){
- return scriptLocation;
- }
- public void setScriptLocation(String scriptLocation){
- this.scriptLocation = scriptLocation;
- }
- public String getReportLocation(){
- return reportLocation;
- }
- public void setReportLocation(String reportLocation){
- this.reportLocation = reportLocation;
- }
- public String getLogLocation(){
- return logLocation;
- }
- public void setLogLocation(String logLocation){
- this.logLocation = logLocation;
- }
- public String getDeviceModel(){
- return deviceModel;
- }
- public void setDeviceModel(String deviceModel){
- this.deviceModel = deviceModel;
- }
- public String getDeviceBrand(){
- return deviceBrand;
- }
- public void setDeviceBrand(String deviceBrand){
- this.deviceBrand = deviceBrand;
- }
- public String getDeviceOs(){
- return deviceOs;
- }
- public void setDeviceOs(String deviceOs){
- this.deviceOs = deviceOs;
- }
- public String getWorkerId(){
- return workerId;
- }
- public void setWorkerId(String workerId){
- this.workerId = workerId;
- }
- public String getCaseAppName(){
- return caseAppName;
- }
- public void setCaseAppName(String caseAppName){
- this.caseAppName = caseAppName;
- }
- public String getCasePaperType(){
- return casePaperType;
- }
- public void setCasePaperType(String casePaperType){
- this.casePaperType = casePaperType;
- }
- public String getCaseTestType(){
- return caseTestType;
- }
- public void setCaseTestType(String caseTestType){
- this.caseTestType = caseTestType;
- }
- public String getCaseDescription(){
- return caseDescription;
- }
- public void setCaseDescription(String caseDescription){
- this.caseDescription = caseDescription;
- }
- public String getCaseRequireDoc(){
- return caseRequireDoc;
- }
- public void setCaseRequireDoc(String caseRequireDoc){
- this.caseRequireDoc = caseRequireDoc;
- }
- public String getCaseTakeId(){
- return caseTakeId;
- }
- public void setCaseTakeId(String caseTakeId){
- this.caseTakeId = caseTakeId;
- }
- public String getOriginalCaseId(){
- return originalCaseId;
- }
- public void setOriginalCaseId(String originalCaseId){
- this.originalCaseId = originalCaseId;
- }
- public String getCpSerialNum(){
- return cpSerialNum;
- }
- public void setCpSerialNum(String cpSerialNum){
- this.cpSerialNum = cpSerialNum;
- }
- }
- </pre>
- <script src="https://cdn.jsdelivr.net/npm/google-code-prettify@1.0.5/bin/prettify.min.js"></script>
- </body>
- </html>
|