Class GeneratedMonitoredRequest

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
MonitoredRequest

public abstract class GeneratedMonitoredRequest extends GenericItem
Generated class for type MonitoredRequest.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMonitoredRequest

      public GeneratedMonitoredRequest()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getHttpMethod

      public EnumerationValue getHttpMethod(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.httpMethod attribute.
      Returns:
      the httpMethod - Indicates what HTTP method was used for the request
    • getHttpMethod

      public EnumerationValue getHttpMethod()
      Generated method - Getter of the MonitoredRequest.httpMethod attribute.
      Returns:
      the httpMethod - Indicates what HTTP method was used for the request
    • setHttpMethod

      protected void setHttpMethod(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.httpMethod attribute.
      Parameters:
      value - the httpMethod - Indicates what HTTP method was used for the request
    • setHttpMethod

      protected void setHttpMethod(EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.httpMethod attribute.
      Parameters:
      value - the httpMethod - Indicates what HTTP method was used for the request
    • getIntegrationKey

      public String getIntegrationKey(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.integrationKey attribute.
      Returns:
      the integrationKey
    • getIntegrationKey

      public String getIntegrationKey()
      Generated method - Getter of the MonitoredRequest.integrationKey attribute.
      Returns:
      the integrationKey
    • setIntegrationKey

      public void setIntegrationKey(SessionContext ctx, String value)
      Generated method - Setter of the MonitoredRequest.integrationKey attribute.
      Parameters:
      value - the integrationKey
    • setIntegrationKey

      public void setIntegrationKey(String value)
      Generated method - Setter of the MonitoredRequest.integrationKey attribute.
      Parameters:
      value - the integrationKey
    • getMessageId

      public String getMessageId(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.messageId attribute.
      Returns:
      the messageId
    • getMessageId

      public String getMessageId()
      Generated method - Getter of the MonitoredRequest.messageId attribute.
      Returns:
      the messageId
    • setMessageId

      public void setMessageId(SessionContext ctx, String value)
      Generated method - Setter of the MonitoredRequest.messageId attribute.
      Parameters:
      value - the messageId
    • setMessageId

      public void setMessageId(String value)
      Generated method - Setter of the MonitoredRequest.messageId attribute.
      Parameters:
      value - the messageId
    • getPayload

      public IntegrationApiMedia getPayload(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.payload attribute.
      Returns:
      the payload
    • getPayload

      public IntegrationApiMedia getPayload()
      Generated method - Getter of the MonitoredRequest.payload attribute.
      Returns:
      the payload
    • setPayload

      public void setPayload(SessionContext ctx, IntegrationApiMedia value)
      Generated method - Setter of the MonitoredRequest.payload attribute.
      Parameters:
      value - the payload
    • setPayload

      public void setPayload(IntegrationApiMedia value)
      Generated method - Setter of the MonitoredRequest.payload attribute.
      Parameters:
      value - the payload
    • getSapPassport

      public String getSapPassport(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.sapPassport attribute.
      Returns:
      the sapPassport
    • getSapPassport

      public String getSapPassport()
      Generated method - Getter of the MonitoredRequest.sapPassport attribute.
      Returns:
      the sapPassport
    • setSapPassport

      protected void setSapPassport(SessionContext ctx, String value)
      Generated method - Setter of the MonitoredRequest.sapPassport attribute.
      Parameters:
      value - the sapPassport
    • setSapPassport

      protected void setSapPassport(String value)
      Generated method - Setter of the MonitoredRequest.sapPassport attribute.
      Parameters:
      value - the sapPassport
    • getStatus

      public EnumerationValue getStatus(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.status attribute.
      Returns:
      the status
    • getStatus

      public EnumerationValue getStatus()
      Generated method - Getter of the MonitoredRequest.status attribute.
      Returns:
      the status
    • setStatus

      public void setStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.status attribute.
      Parameters:
      value - the status
    • setStatus

      public void setStatus(EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.status attribute.
      Parameters:
      value - the status
    • getType

      public String getType(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.type attribute.
      Returns:
      the type
    • getType

      public String getType()
      Generated method - Getter of the MonitoredRequest.type attribute.
      Returns:
      the type
    • setType

      public void setType(SessionContext ctx, String value)
      Generated method - Setter of the MonitoredRequest.type attribute.
      Parameters:
      value - the type
    • setType

      public void setType(String value)
      Generated method - Setter of the MonitoredRequest.type attribute.
      Parameters:
      value - the type
    • getUser

      public User getUser(SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.user attribute.
      Returns:
      the user
    • getUser

      public User getUser()
      Generated method - Getter of the MonitoredRequest.user attribute.
      Returns:
      the user
    • setUser

      protected void setUser(SessionContext ctx, User value)
      Generated method - Setter of the MonitoredRequest.user attribute.
      Parameters:
      value - the user
    • setUser

      protected void setUser(User value)
      Generated method - Setter of the MonitoredRequest.user attribute.
      Parameters:
      value - the user