Template Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.device.Template

public class Template

Field Summary

Modifier and Type Field and Description
java.lang.Object templateTestPublic

Method Summary

Modifier and Type Method and Description
void addToSet(Set<?> collection)

Adds the given collection to the existing set

java.lang.Object getTemplateTestPrivate()

Getter for the private object

java.util.Set<?> getUnionSet()

Getter for the state of set at the invoked instance

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

templateTestPublic

public Object templateTestPublic

Method Details

addToSet

public void addToSet(Set collection)

Adds the given collection to the existing set

Parameters:

collection - A collection which cannot be null or empty to be added to existing collection

Throws:

java.lang.IllegalArgumentException - if the given collection is null or empty

getTemplateTestPrivate

public Object getTemplateTestPrivate()

Getter for the private object

Returns:

the private object.

getUnionSet

public Set getUnionSet()

Getter for the state of set at the invoked instance

Returns:

the set with (or without) union invoked so far.

Applies to