public class DefaultPlcSubscriptionResponse extends Object implements InternalPlcSubscriptionResponse
| Constructor and Description |
|---|
DefaultPlcSubscriptionResponse(InternalPlcSubscriptionRequest request,
Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>> values) |
| Modifier and Type | Method and Description |
|---|---|
PlcField |
getField(String name) |
Collection<String> |
getFieldNames() |
PlcSubscriptionRequest |
getRequest() |
PlcResponseCode |
getResponseCode(String name) |
PlcSubscriptionHandle |
getSubscriptionHandle(String name) |
Collection<PlcSubscriptionHandle> |
getSubscriptionHandles() |
Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>> |
getValues() |
public DefaultPlcSubscriptionResponse(InternalPlcSubscriptionRequest request, Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>> values)
public PlcSubscriptionHandle getSubscriptionHandle(String name)
getSubscriptionHandle in interface PlcSubscriptionResponsepublic Collection<String> getFieldNames()
getFieldNames in interface PlcFieldResponsepublic PlcField getField(String name)
getField in interface PlcFieldResponsepublic PlcResponseCode getResponseCode(String name)
getResponseCode in interface PlcFieldResponsepublic PlcSubscriptionRequest getRequest()
getRequest in interface PlcFieldResponsegetRequest in interface PlcResponsegetRequest in interface PlcSubscriptionResponsepublic Collection<PlcSubscriptionHandle> getSubscriptionHandles()
getSubscriptionHandles in interface PlcSubscriptionResponsepublic Map<String,org.apache.commons.lang3.tuple.Pair<PlcResponseCode,PlcSubscriptionHandle>> getValues()
getValues in interface InternalPlcSubscriptionResponseCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.