public class TransportProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Object |
value |
| Constructor and Description |
|---|
TransportProperty() |
| Modifier and Type | Method and Description |
|---|---|
static TransportProperty |
getDefault()
Deprecated.
|
String |
getName() |
Object |
getValue() |
void |
setName(String name) |
void |
setValue(Object value) |
@Deprecated public static TransportProperty getDefault()
public String getName()
public void setName(String name)
public Object getValue()
public void setValue(Object value)
Copyright © 2022 WSO2. All rights reserved.