public class ScanResultDataObject extends FlexDataObject
Constructor and Description |
---|
ScanResultDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy()
returns the created by username.
|
java.util.concurrent.CompletableFuture<FdUserDataObject> |
getCreatedByUser(DataFetchingEnvironment environment)
Gets the created by user.
|
java.sql.Timestamp |
getCreatedOn()
returns the Timestamp created on.
|
java.lang.Integer |
getCriticalCount()
returns the Integer critical count.
|
java.sql.Timestamp |
getEndTime()
returns the Timestamp end time when the scan result completed.
|
java.util.concurrent.CompletableFuture<EnvironmentDataObject> |
getEnvironment(DataFetchingEnvironment pDataFetchingEnvironment)
Gets the environment.
|
java.lang.Long |
getEnvironmentId()
returns the Long environment id.
|
java.lang.String |
getExtScanId()
returns the String external scan id.
|
java.lang.String |
getExtScanUrl()
returns the String external scan url.
|
java.lang.Integer |
getHighCount()
returns the Integer high count.
|
java.lang.Long |
getInstanceId()
returns the Long instance id.
|
java.lang.Integer |
getLowCount()
returns the Integer low count.
|
java.lang.Integer |
getMediumCount()
returns the Integer medium count.
|
java.util.concurrent.CompletableFuture<ProjectDataObject> |
getProject(DataFetchingEnvironment pDataFetchingEnvironment)
Gets the project.
|
java.lang.Long |
getProjectId()
returns the Long project id.
|
java.util.List<ScanResultDetailDataObject> |
getScanResultDetailDataobjects()
Gets the scan result detail dataobjects.
|
java.lang.Long |
getScanResultId()
returns the Long scan result id.
|
java.lang.String |
getScanStatus()
returns the String scan status.
|
java.sql.Timestamp |
getStartTime()
returns the Timestamp start time when the scan result started.
|
java.lang.String |
getSubType()
returns the String subType.
|
java.util.concurrent.CompletableFuture<TargetGroupDataObject> |
getTargetGroup(DataFetchingEnvironment pDataFetchingEnvironment)
Gets the target group.
|
java.lang.String |
getType()
returns the String type.
|
java.lang.String |
getUpdatedBy()
returns the updated by username.
|
java.util.concurrent.CompletableFuture<FdUserDataObject> |
getUpdatedByUser(DataFetchingEnvironment environment)
Gets the updated by user.
|
java.sql.Timestamp |
getUpdatedOn()
returns the Timestamp updated on.
|
java.lang.Integer |
getVersionNumber()
Gets the version number.
|
java.lang.Long |
getWorkflowExecutionId()
returns the Long workflow execution id.
|
void |
setCreatedBy(java.lang.String pCreatedBy)
Sets the created by.
|
void |
setCreatedOn(java.sql.Timestamp pCreatedOn)
Sets the created on.
|
void |
setCriticalCount(java.lang.Integer pCriticalCount)
Sets the critical count.
|
void |
setEndTime(java.sql.Timestamp pEndTime)
Sets the end time.
|
void |
setEnvironmentId(java.lang.Long pEnvironmentId)
Sets the environment id.
|
void |
setExtScanId(java.lang.String pExtScanId)
Sets the ext scan id.
|
void |
setExtScanUrl(java.lang.String pExtScanUrl)
Sets the ext scan url.
|
void |
setHighCount(java.lang.Integer pHighCount)
Sets the high count.
|
void |
setInstanceId(java.lang.Long pInstanceId)
Sets the instance id.
|
void |
setLowCount(java.lang.Integer pLowCount)
Sets the low count.
|
void |
setMediumCount(java.lang.Integer pMediumCount)
Sets the medium count.
|
void |
setProjectId(java.lang.Long pProjectId)
Sets the project id.
|
void |
setScanResultDetailDataobjects(java.util.List<ScanResultDetailDataObject> pScanResultDetailDataobjects)
Sets the scan result detail dataobjects.
|
void |
setScanResultId(java.lang.Long pScanResultId)
Sets the scan result id.
|
void |
setScanStatus(java.lang.String pScanStatus)
Sets the scan status.
|
void |
setStartTime(java.sql.Timestamp pStartTime)
Sets the start time.
|
void |
setSubType(java.lang.String pSubType)
Sets the sub type.
|
void |
setType(java.lang.String pType)
Sets the type.
|
void |
setUpdatedBy(java.lang.String pUpdatedBy)
Sets the updated by.
|
void |
setUpdatedOn(java.sql.Timestamp pUpdatedOn)
Sets the updated on.
|
void |
setVersionNumber(java.lang.Integer pVersionNumber)
Sets the version number.
|
void |
setWorkflowExecutionId(java.lang.Long pWorkflowExecutionId)
Sets the workflow execution id.
|
java.lang.String |
toString()
Returns the non secured class variables as comma seperated for logging purpose
|
clone
public java.lang.Long getScanResultId()
public void setScanResultId(java.lang.Long pScanResultId)
pScanResultId
- the new scan result idpublic java.lang.Integer getCriticalCount()
public void setCriticalCount(java.lang.Integer pCriticalCount)
pCriticalCount
- the new critical countpublic java.sql.Timestamp getEndTime()
public void setEndTime(java.sql.Timestamp pEndTime)
pEndTime
- the new end timepublic java.lang.Long getEnvironmentId()
public void setEnvironmentId(java.lang.Long pEnvironmentId)
pEnvironmentId
- the new environment idpublic java.lang.String getExtScanId()
public void setExtScanId(java.lang.String pExtScanId)
pExtScanId
- the new ext scan idpublic java.lang.String getExtScanUrl()
public void setExtScanUrl(java.lang.String pExtScanUrl)
pExtScanUrl
- the new ext scan urlpublic java.lang.Integer getHighCount()
public void setHighCount(java.lang.Integer pHighCount)
pHighCount
- the new high countpublic java.lang.Long getInstanceId()
public void setInstanceId(java.lang.Long pInstanceId)
pInstanceId
- the new instance idpublic java.lang.Integer getLowCount()
public void setLowCount(java.lang.Integer pLowCount)
pLowCount
- the new low countpublic java.lang.Integer getMediumCount()
public void setMediumCount(java.lang.Integer pMediumCount)
pMediumCount
- the new medium countpublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long pProjectId)
pProjectId
- the new project idpublic java.lang.String getScanStatus()
public void setScanStatus(java.lang.String pScanStatus)
pScanStatus
- the new scan statuspublic java.sql.Timestamp getStartTime()
public void setStartTime(java.sql.Timestamp pStartTime)
pStartTime
- the new start timepublic java.lang.String getSubType()
public void setSubType(java.lang.String pSubType)
pSubType
- the new sub typepublic java.lang.String getType()
public void setType(java.lang.String pType)
pType
- the new typepublic java.lang.Long getWorkflowExecutionId()
public void setWorkflowExecutionId(java.lang.Long pWorkflowExecutionId)
pWorkflowExecutionId
- the new workflow execution idpublic void setScanResultDetailDataobjects(java.util.List<ScanResultDetailDataObject> pScanResultDetailDataobjects)
pScanResultDetailDataobjects
- the new scan result detail dataobjectspublic java.util.List<ScanResultDetailDataObject> getScanResultDetailDataobjects()
public java.sql.Timestamp getCreatedOn()
public void setCreatedOn(java.sql.Timestamp pCreatedOn)
pCreatedOn
- the new created onpublic java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String pCreatedBy)
pCreatedBy
- the new created bypublic java.util.concurrent.CompletableFuture<FdUserDataObject> getCreatedByUser(DataFetchingEnvironment environment)
environment
- the environmentpublic java.sql.Timestamp getUpdatedOn()
public void setUpdatedOn(java.sql.Timestamp pUpdatedOn)
pUpdatedOn
- the new updated onpublic java.lang.String getUpdatedBy()
public void setUpdatedBy(java.lang.String pUpdatedBy)
pUpdatedBy
- the new updated bypublic java.util.concurrent.CompletableFuture<FdUserDataObject> getUpdatedByUser(DataFetchingEnvironment environment)
environment
- the environmentpublic java.lang.Integer getVersionNumber()
public void setVersionNumber(java.lang.Integer pVersionNumber)
pVersionNumber
- the new version numberpublic java.util.concurrent.CompletableFuture<TargetGroupDataObject> getTargetGroup(DataFetchingEnvironment pDataFetchingEnvironment)
pDataFetchingEnvironment
- the data fetching environmentpublic java.util.concurrent.CompletableFuture<EnvironmentDataObject> getEnvironment(DataFetchingEnvironment pDataFetchingEnvironment)
pDataFetchingEnvironment
- the data fetching environmentpublic java.util.concurrent.CompletableFuture<ProjectDataObject> getProject(DataFetchingEnvironment pDataFetchingEnvironment)
pDataFetchingEnvironment
- the data fetching environmentpublic java.lang.String toString()
toString
in class java.lang.Object