Class FetchPDF
- java.lang.Object
-
- org.gcube.datatransfer.resolver.geoportal.exporter.FetchPDF
-
public class FetchPDF extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAttempt()StringgetCode()org.gcube.application.geoportaldatamapper.shared.FileReferencegetFileRef()intgetMAX_RETRY()intincrementAttempt()voidsetFileRef(org.gcube.application.geoportaldatamapper.shared.FileReference fileRef)StringtoString()
-
-
-
Constructor Detail
-
FetchPDF
public FetchPDF()
-
FetchPDF
public FetchPDF(org.gcube.application.geoportaldatamapper.shared.FileReference fileRef, String code, int attempt)
-
-
Method Detail
-
getMAX_RETRY
public int getMAX_RETRY()
-
getFileRef
public org.gcube.application.geoportaldatamapper.shared.FileReference getFileRef()
-
getCode
public String getCode()
-
getAttempt
public int getAttempt()
-
setFileRef
public void setFileRef(org.gcube.application.geoportaldatamapper.shared.FileReference fileRef)
-
incrementAttempt
public int incrementAttempt()
-
-