public class DataSourceStatus extends Object
Constructor and Description |
---|
DataSourceStatus() |
DataSourceStatus(String name,
String type,
int loopCount) |
Modifier and Type | Method and Description |
---|---|
int |
getLoopCount() |
String |
getName() |
String |
getType() |
void |
setLoopCount(int loopCount) |
void |
setName(String name) |
void |
setType(String type) |
Copyright © 2019. All rights reserved.