Pair Class
- java.lang. Object 
- com.microsoft. azure. sdk. iot. service. devicetwin. Pair 
 
- com.
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
Constructor Details
Pair
public Pair(String key, Object value)
Parameters:
Throws:
Method Details
getKey
public String getKey()
getValue
public Object getValue()
setValue
public Object setValue(Object value)
Parameters: