public class SimpleLSP extends Object
| Modifier and Type | Field and Description |
|---|---|
SimpleLSPhop[] |
data |
String |
log |
int |
LSP_Id |
| Constructor and Description |
|---|
SimpleLSP() |
| Modifier and Type | Method and Description |
|---|---|
SimpleLSPhop[] |
getData() |
String |
getLog() |
int |
getLSP_Id() |
void |
setData(SimpleLSPhop[] data) |
void |
setLog(String log) |
void |
setLSP_Id(int lSP_Id) |
public int LSP_Id
public SimpleLSPhop[] data
public String log
public int getLSP_Id()
public void setLSP_Id(int lSP_Id)
public SimpleLSPhop[] getData()
public void setData(SimpleLSPhop[] data)
public String getLog()
public void setLog(String log)
Copyright © 2016. All rights reserved.