Setting

class Setting

Contains information about the configurable settings for a directory.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the directory setting. For example:

Link copied to clipboard

The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the valid values are: Enable and Disable.

Functions

Link copied to clipboard
inline fun copy(block: Setting.Builder.() -> Unit = {}): Setting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String