public class NoDataOnFeedReceivedEventArgs extends Object
Constructor and Description |
---|
NoDataOnFeedReceivedEventArgs(String feedName,
ConnectionType connectionType,
FeedType feedType,
int timeout)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConnectionType |
getConnectionType()
Connection type.
|
String |
getFeedName()
Feed name.
|
FeedType |
getFeedType()
Feed type.
|
int |
getTimeout()
Timeout in millisecond.
|
String |
toString()
Convert object to string representation.
|
public NoDataOnFeedReceivedEventArgs(String feedName, ConnectionType connectionType, FeedType feedType, int timeout)
feedName
- feed nameconnectionType
- connection typefeedType
- feed typetimeout
- timeoutpublic String getFeedName()
public ConnectionType getConnectionType()
public FeedType getFeedType()
public int getTimeout()
Copyright © 2010–2020 Onix Solutions. All rights reserved.