Class ExecutionDescriptor
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.model.ExecutionDescriptor
-
public class ExecutionDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCallerContext()StringgetCallerEncryptedToken()StringgetCallerIdentity()Set<String>getCatalogues()Set<String>getCollectors()java.time.InstantgetEndTime()LonggetId()StringgetReportUrl()java.time.InstantgetStartTime()ExecutionStatusgetStatus()inthashCode()voidsetCallerContext(String callerContext)voidsetCallerEncryptedToken(String callerEncryptedToken)voidsetCallerIdentity(String callerIdentity)voidsetCatalogues(Set<String> catalogues)voidsetCollectors(Set<String> collectors)voidsetEndTime(java.time.Instant endTime)voidsetId(Long id)voidsetReportUrl(String reportUrl)voidsetStartTime(java.time.Instant startTime)voidsetStatus(ExecutionStatus status)StringtoString()
-
-
-
Method Detail
-
getStartTime
public java.time.Instant getStartTime()
-
setStartTime
public void setStartTime(java.time.Instant startTime)
-
getEndTime
public java.time.Instant getEndTime()
-
setEndTime
public void setEndTime(java.time.Instant endTime)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getCallerEncryptedToken
public String getCallerEncryptedToken()
-
setCallerEncryptedToken
public void setCallerEncryptedToken(String callerEncryptedToken)
-
getCallerIdentity
public String getCallerIdentity()
-
setCallerIdentity
public void setCallerIdentity(String callerIdentity)
-
getCallerContext
public String getCallerContext()
-
setCallerContext
public void setCallerContext(String callerContext)
-
getStatus
public ExecutionStatus getStatus()
-
setStatus
public void setStatus(ExecutionStatus status)
-
getReportUrl
public String getReportUrl()
-
setReportUrl
public void setReportUrl(String reportUrl)
-
-