Class _GroovyServiceLog

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    GroovyServiceLog

    public abstract class _GroovyServiceLog
    extends BaseEntity

    Provides the _GroovyServiceLog database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ENCRYPTED_FLAG_PROPERTY

        public static final String ENCRYPTED_FLAG_PROPERTY
        Provides the 'encryptedFlag' property name.
        See Also:
        Constant Field Values
      • FUNCTION_TRIGGER_PROPERTY

        public static final String FUNCTION_TRIGGER_PROPERTY
        Provides the 'functionTrigger' property name.
        See Also:
        Constant Field Values
      • INVOCATION_CPU_PERCENT_PROPERTY

        public static final String INVOCATION_CPU_PERCENT_PROPERTY
        Provides the 'invocationCpuPercent' property name.
        See Also:
        Constant Field Values
      • INVOCATION_DURATION_PROPERTY

        public static final String INVOCATION_DURATION_PROPERTY
        Provides the 'invocationDuration' property name.
        See Also:
        Constant Field Values
      • INVOCATION_MEMORY_DELTA_PROPERTY

        public static final String INVOCATION_MEMORY_DELTA_PROPERTY
        Provides the 'invocationMemoryDelta' property name.
        See Also:
        Constant Field Values
      • INVOCATION_THREAD_COUNT_PROPERTY

        public static final String INVOCATION_THREAD_COUNT_PROPERTY
        Provides the 'invocationThreadCount' property name.
        See Also:
        Constant Field Values
      • INVOCATION_TIME_PROPERTY

        public static final String INVOCATION_TIME_PROPERTY
        Provides the 'invocationTime' property name.
        See Also:
        Constant Field Values
      • INVOCATION_TIME_MS_PROPERTY

        public static final String INVOCATION_TIME_MS_PROPERTY
        Provides the 'invocationTimeMs' property name.
        See Also:
        Constant Field Values
      • SESSION_ID_PROPERTY

        public static final String SESSION_ID_PROPERTY
        Provides the 'sessionId' property name.
        See Also:
        Constant Field Values
      • THREAD_NAME_PROPERTY

        public static final String THREAD_NAME_PROPERTY
        Provides the 'threadName' property name.
        See Also:
        Constant Field Values
      • DELIVERY_FUNCTION_PROPERTY

        public static final String DELIVERY_FUNCTION_PROPERTY
        Provides the 'deliveryFunction' relationship name.
        See Also:
        Constant Field Values
      • ERROR_LOG_PROPERTY

        public static final String ERROR_LOG_PROPERTY
        Provides the 'errorLog' relationship name.
        See Also:
        Constant Field Values
      • GROOVY_SERVICE_LOG_DATA_PROPERTY

        public static final String GROOVY_SERVICE_LOG_DATA_PROPERTY
        Provides the 'groovyServiceLogData' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_PROPERTY

        public static final String SERVICE_PROPERTY
        Provides the 'service' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • GROOVY_SERVICE_LOG_OID_PK_COLUMN

        public static final String GROOVY_SERVICE_LOG_OID_PK_COLUMN
        Provides the 'groovy_service_log_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ENCRYPTED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENCRYPTED_FLAG
        Provides the 'ENCRYPTED_FLAG' property.
      • FUNCTION_TRIGGER

        public static final org.apache.cayenne.exp.Property<String> FUNCTION_TRIGGER
        Provides the 'FUNCTION_TRIGGER' property.
      • INVOCATION_CPU_PERCENT

        public static final org.apache.cayenne.exp.Property<Integer> INVOCATION_CPU_PERCENT
        Provides the 'INVOCATION_CPU_PERCENT' property.
      • INVOCATION_DURATION

        public static final org.apache.cayenne.exp.Property<Integer> INVOCATION_DURATION
        Provides the 'INVOCATION_DURATION' property.
      • INVOCATION_MEMORY_DELTA

        public static final org.apache.cayenne.exp.Property<Integer> INVOCATION_MEMORY_DELTA
        Provides the 'INVOCATION_MEMORY_DELTA' property.
      • INVOCATION_THREAD_COUNT

        public static final org.apache.cayenne.exp.Property<Integer> INVOCATION_THREAD_COUNT
        Provides the 'INVOCATION_THREAD_COUNT' property.
      • INVOCATION_TIME

        public static final org.apache.cayenne.exp.Property<Date> INVOCATION_TIME
        Provides the 'INVOCATION_TIME' property.
      • INVOCATION_TIME_MS

        public static final org.apache.cayenne.exp.Property<Long> INVOCATION_TIME_MS
        Provides the 'INVOCATION_TIME_MS' property.
      • SESSION_ID

        public static final org.apache.cayenne.exp.Property<String> SESSION_ID
        Provides the 'SESSION_ID' property.
      • THREAD_NAME

        public static final org.apache.cayenne.exp.Property<String> THREAD_NAME
        Provides the 'THREAD_NAME' property.
      • CLIENT

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • DELIVERY_FUNCTION

        public static final org.apache.cayenne.exp.Property<List<SubmissionDeliveryFunc>> DELIVERY_FUNCTION
        Provides the 'DELIVERY_FUNCTION' property.
      • ERROR_LOG

        public static final org.apache.cayenne.exp.Property<ErrorLog> ERROR_LOG
        Provides the 'ERROR_LOG' property.
      • FORM

        public static final org.apache.cayenne.exp.Property<Form> FORM
        Provides the 'FORM' property.
      • GROOVY_SERVICE_LOG_DATA

        public static final org.apache.cayenne.exp.Property<GroovyServiceLogData> GROOVY_SERVICE_LOG_DATA
        Provides the 'GROOVY_SERVICE_LOG_DATA' property.
      • SERVICE

        public static final org.apache.cayenne.exp.Property<ServiceDefinition> SERVICE
        Provides the 'SERVICE' property.
      • SUBMISSION

        public static final org.apache.cayenne.exp.Property<Submission> SUBMISSION
        Provides the 'SUBMISSION' property.
    • Constructor Detail

      • _GroovyServiceLog

        public _GroovyServiceLog()
    • Method Detail

      • setEncryptedFlag

        public void setEncryptedFlag​(boolean encryptedFlag)
        Set the encryptedFlag value.
        Parameters:
        encryptedFlag - the encryptedFlag value to set
      • isEncryptedFlag

        public boolean isEncryptedFlag()
        Return the encryptedFlag value.
        Returns:
        encryptedFlag the encryptedFlag value
      • setFunctionTrigger

        public void setFunctionTrigger​(String functionTrigger)
        Set the functionTrigger value.
        Parameters:
        functionTrigger - the functionTrigger value to set
      • getFunctionTrigger

        public String getFunctionTrigger()
        Return the functionTrigger value.
        Returns:
        functionTrigger the functionTrigger value
      • setInvocationCpuPercent

        public void setInvocationCpuPercent​(Integer invocationCpuPercent)
        Set the invocationCpuPercent value.
        Parameters:
        invocationCpuPercent - the invocationCpuPercent value to set
      • getInvocationCpuPercent

        public Integer getInvocationCpuPercent()
        Return the invocationCpuPercent value.
        Returns:
        invocationCpuPercent the invocationCpuPercent value
      • setInvocationDuration

        public void setInvocationDuration​(Integer invocationDuration)
        Set the invocationDuration value.
        Parameters:
        invocationDuration - the invocationDuration value to set
      • getInvocationDuration

        public Integer getInvocationDuration()
        Return the invocationDuration value.
        Returns:
        invocationDuration the invocationDuration value
      • setInvocationMemoryDelta

        public void setInvocationMemoryDelta​(Integer invocationMemoryDelta)
        Set the invocationMemoryDelta value.
        Parameters:
        invocationMemoryDelta - the invocationMemoryDelta value to set
      • getInvocationMemoryDelta

        public Integer getInvocationMemoryDelta()
        Return the invocationMemoryDelta value.
        Returns:
        invocationMemoryDelta the invocationMemoryDelta value
      • setInvocationThreadCount

        public void setInvocationThreadCount​(Integer invocationThreadCount)
        Set the invocationThreadCount value.
        Parameters:
        invocationThreadCount - the invocationThreadCount value to set
      • getInvocationThreadCount

        public Integer getInvocationThreadCount()
        Return the invocationThreadCount value.
        Returns:
        invocationThreadCount the invocationThreadCount value
      • setInvocationTime

        public void setInvocationTime​(Date invocationTime)
        Set the invocationTime value.
        Parameters:
        invocationTime - the invocationTime value to set
      • getInvocationTime

        public Date getInvocationTime()
        Return the invocationTime value.
        Returns:
        invocationTime the invocationTime value
      • setInvocationTimeMs

        public void setInvocationTimeMs​(Long invocationTimeMs)
        Set the invocationTimeMs value.
        Parameters:
        invocationTimeMs - the invocationTimeMs value to set
      • getInvocationTimeMs

        public Long getInvocationTimeMs()
        Return the invocationTimeMs value.
        Returns:
        invocationTimeMs the invocationTimeMs value
      • setSessionId

        public void setSessionId​(String sessionId)
        Set the sessionId value.
        Parameters:
        sessionId - the sessionId value to set
      • getSessionId

        public String getSessionId()
        Return the sessionId value.
        Returns:
        sessionId the sessionId value
      • setThreadName

        public void setThreadName​(String threadName)
        Set the threadName value.
        Parameters:
        threadName - the threadName value to set
      • getThreadName

        public String getThreadName()
        Return the threadName value.
        Returns:
        threadName the threadName value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • addToDeliveryFunction

        public void addToDeliveryFunction​(SubmissionDeliveryFunc obj)
        Add the DeliveryFunction object.
        Parameters:
        obj - the deliveryFunction value to add
      • removeFromDeliveryFunction

        public void removeFromDeliveryFunction​(SubmissionDeliveryFunc obj)
        Remove the DeliveryFunction object.
        Parameters:
        obj - the deliveryFunction value to remove
      • getDeliveryFunction

        public List<SubmissionDeliveryFunc> getDeliveryFunction()
        Return the DeliveryFunction.
        Returns:
        deliveryFunction value
      • setErrorLog

        public void setErrorLog​(ErrorLog errorLog)
        Set the ErrorLog.
        Parameters:
        errorLog - the errorLog value to set
      • getErrorLog

        public ErrorLog getErrorLog()
        Return the ErrorLog.
        Returns:
        the errorLog value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value
      • setGroovyServiceLogData

        public void setGroovyServiceLogData​(GroovyServiceLogData groovyServiceLogData)
        Set the GroovyServiceLogData.
        Parameters:
        groovyServiceLogData - the groovyServiceLogData value to set
      • getGroovyServiceLogData

        public GroovyServiceLogData getGroovyServiceLogData()
        Return the GroovyServiceLogData.
        Returns:
        the groovyServiceLogData value
      • setService

        public void setService​(ServiceDefinition service)
        Set the Service.
        Parameters:
        service - the service value to set
      • getService

        public ServiceDefinition getService()
        Return the Service.
        Returns:
        the service value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value