com.groupdocs.annotation.domain.response
Class GetPdfVersionOfDocumentResponse

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.GetPdfVersionOfDocumentResponse

public class GetPdfVersionOfDocumentResponse
extends Object

Get PDF version of document respose

Author:
Aleksey Permyakov

Constructor Summary
GetPdfVersionOfDocumentResponse()
           
 
Method Summary
 String getReason()
          Get reason
 Boolean getSuccess()
          Get success
 String getUrl()
          Get URL
 void setReason(String reason)
          Set reason
 void setSuccess(Boolean success)
          Set success
 void setUrl(String url)
          Set URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPdfVersionOfDocumentResponse

public GetPdfVersionOfDocumentResponse()
Method Detail

getReason

public String getReason()
Get reason

Returns:
reason

setReason

public void setReason(String reason)
Set reason

Parameters:
reason - reason

getSuccess

public Boolean getSuccess()
Get success

Returns:
success

setSuccess

public void setSuccess(Boolean success)
Set success

Parameters:
success - success

getUrl

public String getUrl()
Get URL

Returns:
URL

setUrl

public void setUrl(String url)
Set URL

Parameters:
url - URL


Copyright © 2014. All rights reserved.