public class KeyValuePairOflongstring extends Object
Java class for KeyValuePairOflongstring complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValuePairOflongstring">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
key |
protected String |
value |
| Constructor and Description |
|---|
KeyValuePairOflongstring() |
| Modifier and Type | Method and Description |
|---|---|
long |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(long value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected long key
protected String value
Copyright © 2023. All rights reserved.