Application
public class Application
An Application lists the characteristics of an IoT CS application.
-
Application identifier.
Declaration
Swift
public func getId() -> StringReturn Value
The identifier of the application.
-
Name of the application.
Declaration
Swift
public func getName() -> StringReturn Value
The name of the application.
-
Free form description of the application.
Declaration
Swift
public func getDescription() -> StringReturn Value
The description of the application.
-
Get the application Metadata for the specified
key.Declaration
Swift
public func getMetadata(key: String) -> String?Parameters
keyThe metadata to look for.
Return Value
The value corresponding to the specified
key. -
Get the application Metadata.
Declaration
Swift
public func getMetadata() -> [String : String]Return Value
A Dictionary associating keys and values.
Application Class Reference