Modifier and Type | Class and Description |
---|---|
static class |
ImmutableSnmp.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCommunity() |
Integer |
getGeneric() |
String |
getId() |
String |
getIdtext() |
Integer |
getSpecific() |
Long |
getTimeStamp() |
String |
getVersion() |
boolean |
hasGeneric() |
int |
hashCode() |
boolean |
hasSpecific() |
boolean |
hasTimeStamp() |
static ISnmp |
immutableCopy(ISnmp snmp) |
static ImmutableSnmp.Builder |
newBuilder() |
static ImmutableSnmp.Builder |
newBuilderFrom(ISnmp snmp) |
String |
toString() |
public static ImmutableSnmp.Builder newBuilder()
public static ImmutableSnmp.Builder newBuilderFrom(ISnmp snmp)
public String getVersion()
getVersion
in interface ISnmp
public Integer getSpecific()
getSpecific
in interface ISnmp
public Integer getGeneric()
getGeneric
in interface ISnmp
public String getCommunity()
getCommunity
in interface ISnmp
public Long getTimeStamp()
getTimeStamp
in interface ISnmp
public boolean hasGeneric()
hasGeneric
in interface ISnmp
public boolean hasSpecific()
hasSpecific
in interface ISnmp
public boolean hasTimeStamp()
hasTimeStamp
in interface ISnmp
Copyright © 2021. All rights reserved.