public class NucleicAcidInfo extends Object
| 构造器和说明 |
|---|
NucleicAcidInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getReportOrganization()
检测机构
|
String |
getReportResult()
检测结果
|
Long |
getReportTimestamp()
检测时间戳(单位: ms)
|
String |
getReportType()
检测类型
|
void |
setReportOrganization(String reportOrganization)
检测机构
|
void |
setReportResult(String reportResult)
检测结果
|
void |
setReportTimestamp(Long reportTimestamp)
检测时间戳(单位: ms)
|
void |
setReportType(String reportType)
检测类型
|
public String getReportType()
public void setReportType(String reportType)
public String getReportResult()
public void setReportResult(String reportResult)
public String getReportOrganization()
public void setReportOrganization(String reportOrganization)
public Long getReportTimestamp()
public void setReportTimestamp(Long reportTimestamp)
Copyright © 2022. All Rights Reserved.