Class OutboundAPILog
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.module.api.model.OutboundAPILog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for idGetter for methodGetter for requestBodyGetter for responseBodyGetter for statusCodeGetter for timestampgetUrl()
Getter for urlvoid
Setter for idvoid
Setter for methodvoid
setRequestBody
(String requestBody) Setter for requestBodyvoid
setResponseBody
(String responseBody) Setter for responseBodyvoid
setStatusCode
(Integer statusCode) Setter for statusCodevoid
setTimestamp
(Instant timestamp) Setter for timestampvoid
Setter for urlFluent setter for idwithMethod
(String method) Fluent setter for methodwithRequestBody
(String requestBody) Fluent setter for requestBodywithResponseBody
(String responseBody) Fluent setter for responseBodywithStatusCode
(Integer statusCode) Fluent setter for statusCodewithTimestamp
(Instant timestamp) Fluent setter for timestampFluent setter for urlMethods inherited from class com.kingsrook.qqq.backend.core.model.data.QRecordEntity
fromQRecord, fromQRecord, getAnnotationOnField, getAssociationList, getFieldList, getFieldNameFromGetter, getQAssociationAnnotation, getQFieldAnnotation, getQIgnoreAnnotation, getTableName, populateFromQRecord, populateFromQRecord, registerTable, tableName, toQRecord, toQRecordOnlyChangedFields, toQRecordOnlyChangedFields
-
Field Details
-
TABLE_NAME
- See Also:
-
-
Constructor Details
-
OutboundAPILog
public OutboundAPILog()Constructor -
OutboundAPILog
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
withId
Fluent setter for id -
getTimestamp
Getter for timestamp -
setTimestamp
Setter for timestamp -
withTimestamp
Fluent setter for timestamp -
getMethod
Getter for method -
setMethod
Setter for method -
withMethod
Fluent setter for method -
getStatusCode
Getter for statusCode -
setStatusCode
Setter for statusCode -
withStatusCode
Fluent setter for statusCode -
getUrl
Getter for url -
setUrl
Setter for url -
withUrl
Fluent setter for url -
getRequestBody
Getter for requestBody -
setRequestBody
Setter for requestBody -
withRequestBody
Fluent setter for requestBody -
getResponseBody
Getter for responseBody -
setResponseBody
Setter for responseBody -
withResponseBody
Fluent setter for responseBody
-