Newer Version Available

This content describes an older version of this product. View Latest

ApexMap Class

Create, clone, and convert string based key-value pairs to a JSON string format.

Namespace

embeddedai

ApexMap Properties

These are the properties for ApexMap.

key

Represents key of the key-value pair. This property is used to store the unique ID or name of the data.

Signature

public String key {get; set;}

1embeddedai.ApexMap, key

Property Value

Type: String

value

Represents value of the key-value pair. This property is used to store the data associated with the key.

Signature

public String value {get; set;}

1embeddedai.ApexMap, value

Property Value

Type: String

ApexMap Methods

Create a copy of the ApexMap object and convert key-value pairs to string format.

These are the methods for ApexMap.

toString()

Returns a string representation of the ApexMap object.

Signature

public String toString()

1embeddedai.ApexMap, toString, [], String

Return Value

Type: String