Class ContainerLoggingDestinationParameters

    • Constructor Detail

      • ContainerLoggingDestinationParameters

        public ContainerLoggingDestinationParameters()
        No args constructor for use in serialization
      • ContainerLoggingDestinationParameters

        public ContainerLoggingDestinationParameters​(Integer maxLength)
    • Method Detail

      • getMaxLength

        public Integer getMaxLength()
        maxLength is the maximum length of the log message.


        Valid values are integers in the range 480 to 8192, inclusive.


        When omitted, the default value is 1024.

      • setMaxLength

        public void setMaxLength​(Integer maxLength)
        maxLength is the maximum length of the log message.


        Valid values are integers in the range 480 to 8192, inclusive.


        When omitted, the default value is 1024.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)