Pair Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.devicetwin.Pair

public class Pair

Constructor Summary

Constructor Description
Pair(String key, Object value)

Method Summary

Modifier and Type Method and Description
java.lang.String getKey()
java.lang.Object getValue()
java.lang.Object setValue(Object value)

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

Constructor Details

Pair

public Pair(String key, Object value)

Parameters:

key
value

Throws:

java.lang.IllegalArgumentException

Method Details

getKey

public String getKey()

getValue

public Object getValue()

setValue

public Object setValue(Object value)

Parameters:

value

Applies to