Package com.fedapay.model
Class Log
- java.lang.Object
-
- com.fedapay.model.FedaPayObject
-
- com.fedapay.model.Log
-
public class Log extends FedaPayObject
-
-
Field Summary
-
Fields inherited from class com.fedapay.model.FedaPayObject
rawJsonResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogCollectionall()StringgetAccountId()StringgetBody()StringgetCreatedAt()StringgetId()StringgetIpAddress()StringgetMethod()StringgetQuery()StringgetResponse()StringgetSource()StringgetStatus()StringgetUrl()StringgetVersion()static Logretrieve(String logId)voidsetAccountId(String accountId)voidsetBody(String body)voidsetCreatedAt(String createdAt)voidsetId(String id)voidsetIpAddress(String ipAddress)voidsetMethod(String method)voidsetQuery(String query)voidsetResponse(String response)voidsetSource(String source)voidsetStatus(String status)voidsetUrl(String url)voidsetVersion(String version)-
Methods inherited from class com.fedapay.model.FedaPayObject
getRawJsonResponse, setRawJsonResponse
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getIpAddress
public String getIpAddress()
-
setIpAddress
public void setIpAddress(String ipAddress)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
getQuery
public String getQuery()
-
setQuery
public void setQuery(String query)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getResponse
public String getResponse()
-
setResponse
public void setResponse(String response)
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getCreatedAt
public String getCreatedAt()
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
all
public static LogCollection all() throws Exception
- Throws:
Exception
-
-