Klasse AdminLogConfiguration

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminLogConfiguration

@Generated("io.github.primelib.primecodegen") public class AdminLogConfiguration extends Object
AdminLogConfiguration

This contains log settings of various components used by APIGateway.

  • Felddetails

    • apigatewayLogger

      protected String apigatewayLogger
      The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal
    • elasticSearchLogger

      protected String elasticSearchLogger
      The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal
    • enableSecurityLogger

      protected String enableSecurityLogger
      The log setting to enable APIGateway security logs.Possible values are true and false.
    • enableSessionLogger

      protected String enableSessionLogger
      The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal
    • kibanaLogger

      protected String kibanaLogger
      The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose
    • sagOsgiLogger

      protected String sagOsgiLogger
      The log setting of OSGI platform.Possible values are true and false.
  • Konstruktordetails

    • AdminLogConfiguration

      public AdminLogConfiguration(Consumer<AdminLogConfiguration> spec)
      Constructs a validated instance of AdminLogConfiguration.
      Parameter:
      spec - the specification to process
    • AdminLogConfiguration

      @Internal public AdminLogConfiguration(String apigatewayLogger, String elasticSearchLogger, String enableSecurityLogger, String enableSessionLogger, String kibanaLogger, String sagOsgiLogger)
      Constructs a validated instance of AdminLogConfiguration.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AdminLogConfiguration(Consumer) instead.

      Parameter:
      apigatewayLogger - The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal
      elasticSearchLogger - The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal
      enableSecurityLogger - The log setting to enable APIGateway security logs.Possible values are true and false.
      enableSessionLogger - The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal
      kibanaLogger - The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose
      sagOsgiLogger - The log setting of OSGI platform.Possible values are true and false.
    • AdminLogConfiguration

      protected AdminLogConfiguration()
  • Methodendetails

    • apigatewayLogger

      public String apigatewayLogger()
      The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal
    • elasticSearchLogger

      public String elasticSearchLogger()
      The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal
    • enableSecurityLogger

      public String enableSecurityLogger()
      The log setting to enable APIGateway security logs.Possible values are true and false.
    • enableSessionLogger

      public String enableSessionLogger()
      The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal
    • kibanaLogger

      public String kibanaLogger()
      The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose
    • sagOsgiLogger

      public String sagOsgiLogger()
      The log setting of OSGI platform.Possible values are true and false.
    • apigatewayLogger

      public AdminLogConfiguration apigatewayLogger(String apigatewayLogger)
      The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal
      Gibt zurück:
      this.
    • elasticSearchLogger

      public AdminLogConfiguration elasticSearchLogger(String elasticSearchLogger)
      The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal
      Gibt zurück:
      this.
    • enableSecurityLogger

      public AdminLogConfiguration enableSecurityLogger(String enableSecurityLogger)
      The log setting to enable APIGateway security logs.Possible values are true and false.
      Gibt zurück:
      this.
    • enableSessionLogger

      public AdminLogConfiguration enableSessionLogger(String enableSessionLogger)
      The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal
      Gibt zurück:
      this.
    • kibanaLogger

      public AdminLogConfiguration kibanaLogger(String kibanaLogger)
      The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose
      Gibt zurück:
      this.
    • sagOsgiLogger

      public AdminLogConfiguration sagOsgiLogger(String sagOsgiLogger)
      The log setting of OSGI platform.Possible values are true and false.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object