[
https://issues.apache.org/jira/browse/CAMEL-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478642#comment-16478642
]
ASF GitHub Bot commented on CAMEL-12519:
----------------------------------------
davsclaus commented on a change in pull request #2345: CAMEL-12519 add treeList
option and the given PDU which has child ele…
URL: https://github.com/apache/camel/pull/2345#discussion_r188857883
##########
File path:
components/camel-snmp/src/main/java/org/apache/camel/component/snmp/SnmpEndpoint.java
##########
@@ -387,6 +389,18 @@ public void setSnmpContextEngineId(String
snmpContextEngineId) {
this.snmpContextEngineId = snmpContextEngineId;
}
+ public boolean isTreeList() {
+ return treeList;
+ }
+
+ /**
+ * Sets the flag whether the scoped PDU will be displayed as the list
+ * if it has got child elements in its tree
Review comment:
Should likely be: if it has child elements ...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> camel-snmp - add treeList option of given PDU has child elements but will be
> resulted as list
> ---------------------------------------------------------------------------------------------
>
> Key: CAMEL-12519
> URL: https://issues.apache.org/jira/browse/CAMEL-12519
> Project: Camel
> Issue Type: Improvement
> Reporter: Önder Sezgin
> Assignee: Önder Sezgin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)