Uses of Class
org.opennms.netmgt.events.api.model.ImmutableSnmp.Builder
-
Packages that use ImmutableSnmp.Builder Package Description org.opennms.netmgt.events.api.model -
-
Uses of ImmutableSnmp.Builder in org.opennms.netmgt.events.api.model
Methods in org.opennms.netmgt.events.api.model that return ImmutableSnmp.Builder Modifier and Type Method Description static ImmutableSnmp.BuilderImmutableSnmp. newBuilder()static ImmutableSnmp.BuilderImmutableSnmp. newBuilderFrom(ISnmp snmp)ImmutableSnmp.BuilderImmutableSnmp.Builder. setCommunity(java.lang.String community)ImmutableSnmp.BuilderImmutableSnmp.Builder. setGeneric(java.lang.Integer generic)ImmutableSnmp.BuilderImmutableSnmp.Builder. setId(java.lang.String id)ImmutableSnmp.BuilderImmutableSnmp.Builder. setIdText(java.lang.String idText)ImmutableSnmp.BuilderImmutableSnmp.Builder. setSpecific(java.lang.Integer specific)ImmutableSnmp.BuilderImmutableSnmp.Builder. setTimeStamp(java.lang.Long timeStamp)ImmutableSnmp.BuilderImmutableSnmp.Builder. setTrapOID(java.lang.String trapOID)ImmutableSnmp.BuilderImmutableSnmp.Builder. setVersion(java.lang.String version)
-