SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

StringNameValuePair Type

A simple name-value pair object.

Remarks

The component represents a name-value string pair used in a variety of network components.

Fields

Name
String?

The name element in a (name, value) pair.

Value
String?

The value element in a (name, value) pair.

Constructors

public constructor(name: String?, value: String?)

Creates a name-value pair from a name and a value.

public constructor()

Creates an empty name-value object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]