public class Snmpv3User extends Object implements Serializable
Constructor and Description |
---|
Snmpv3User() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getAuthPassphrase()
Returns the value of field 'authPassphrase'.
|
String |
getAuthProtocol()
Returns the value of field 'authProtocol'.
|
String |
getEngineId()
Returns the value of field 'engineId'.
|
String |
getPrivacyPassphrase()
Returns the value of field 'privacyPassphrase'.
|
String |
getPrivacyProtocol()
Returns the value of field 'privacyProtocol'.
|
Integer |
getSecurityLevel()
Returns the value of field 'securityLevel'.
|
String |
getSecurityName()
Returns the value of field 'securityName'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
void |
setAuthPassphrase(String authPassphrase)
Sets the value of field 'authPassphrase'.
|
void |
setAuthProtocol(String authProtocol)
Sets the value of field 'authProtocol'.
|
void |
setEngineId(String engineId)
Sets the value of field 'engineId'.
|
void |
setPrivacyPassphrase(String privacyPassphrase)
Sets the value of field 'privacyPassphrase'.
|
void |
setPrivacyProtocol(String privacyProtocol)
Sets the value of field 'privacyProtocol'.
|
void |
setSecurityLevel(Integer securityLevel)
Sets the value of field 'securityLevel'.
|
void |
setSecurityName(String securityName)
Sets the value of field 'securityName'.
|
public boolean equals(Object obj)
public String getAuthPassphrase()
public String getAuthProtocol()
public String getEngineId()
public String getPrivacyPassphrase()
public String getPrivacyProtocol()
public Integer getSecurityLevel()
public String getSecurityName()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public void setAuthPassphrase(String authPassphrase)
authPassphrase
- the value of field 'authPassphrase'.public void setAuthProtocol(String authProtocol)
authProtocol
- the value of field 'authProtocol'.public void setEngineId(String engineId)
engineId
- the value of field 'engineId'.public void setPrivacyPassphrase(String privacyPassphrase)
privacyPassphrase
- the value of field
'privacyPassphrase'.public void setPrivacyProtocol(String privacyProtocol)
privacyProtocol
- the value of field 'privacyProtocol'.public void setSecurityLevel(Integer securityLevel)
securityLevel
- the value of field 'securityLevel'.public void setSecurityName(String securityName)
securityName
- the value of field 'securityName'.Copyright © 2021. All rights reserved.