public interface SNMPRequestBuilder<T>
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<T> | 
execute()  | 
SNMPRequestBuilder<T> | 
withDescription(String string)  | 
SNMPRequestBuilder<T> | 
withLocation(String location)  | 
SNMPRequestBuilder<T> | 
withSystemId(String systemId)  | 
SNMPRequestBuilder<T> | 
withTimeToLive(Long ttlInMs)  | 
SNMPRequestBuilder<T> | 
withTimeToLive(long duration,
              TimeUnit unit)  | 
SNMPRequestBuilder<T> withLocation(String location)
SNMPRequestBuilder<T> withSystemId(String systemId)
SNMPRequestBuilder<T> withDescription(String string)
SNMPRequestBuilder<T> withTimeToLive(Long ttlInMs)
SNMPRequestBuilder<T> withTimeToLive(long duration, TimeUnit unit)
CompletableFuture<T> execute()
Copyright © 2020. All rights reserved.