Klasse CSSNMPDestination
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CSSNMPDestination
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CSSNMPDestination
extends Object
CSSNMPDestination
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringSpecifies the password to be used for authorization protocol.protected StringSpecifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.protected StringSpecifies the CentraSite host name or IP address to which the SNMP listener binds.protected StringSpecifies the port to which the SNMP listener binds.protected StringSpecifies the password to be used for privacy protocol.protected StringSpecifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.protected StringSpecifies whether the events has to be sent from API Gateway to CentraSite.protected StringSpecifies the wire transport protocol that is used by the SNMP Listener.protected StringSpecifies the SecurityName that is used by the SNMP Listener. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCSSNMPDestination(String authorizationPassword, String authorizationProtocol, String hostname, String port, String privacyPassword, String privacyProtocol, String sendTRAPsToCentrasite, String transport, String username) Constructs a validated implementation ofCSSNMPDestination. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSpecifies the password to be used for authorization protocol.authorizationPassword(String authorizationPassword) Specifies the password to be used for authorization protocol.Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.authorizationProtocol(String authorizationProtocol) Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.protected booleanbooleaninthashCode()hostname()Specifies the CentraSite host name or IP address to which the SNMP listener binds.Specifies the CentraSite host name or IP address to which the SNMP listener binds.port()Specifies the port to which the SNMP listener binds.Specifies the port to which the SNMP listener binds.Specifies the password to be used for privacy protocol.privacyPassword(String privacyPassword) Specifies the password to be used for privacy protocol.Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.privacyProtocol(String privacyProtocol) Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.Specifies whether the events has to be sent from API Gateway to CentraSite.sendTRAPsToCentrasite(String sendTRAPsToCentrasite) Specifies whether the events has to be sent from API Gateway to CentraSite.toString()Specifies the wire transport protocol that is used by the SNMP Listener.Specifies the wire transport protocol that is used by the SNMP Listener.username()Specifies the SecurityName that is used by the SNMP Listener.Specifies the SecurityName that is used by the SNMP Listener.
-
Felddetails
-
authorizationPassword
Specifies the password to be used for authorization protocol. -
authorizationProtocol
Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap. -
hostname
Specifies the CentraSite host name or IP address to which the SNMP listener binds. -
port
Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181. -
privacyPassword
Specifies the password to be used for privacy protocol. -
privacyProtocol
Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap. -
sendTRAPsToCentrasite
Specifies whether the events has to be sent from API Gateway to CentraSite. -
transport
Specifies the wire transport protocol that is used by the SNMP Listener. -
username
Specifies the SecurityName that is used by the SNMP Listener.
-
-
Konstruktordetails
-
CSSNMPDestination
Constructs a validated implementation ofCSSNMPDestination.- Parameter:
spec- the specification to process
-
CSSNMPDestination
-
CSSNMPDestination
protected CSSNMPDestination()
-
-
Methodendetails
-
authorizationPassword
Specifies the password to be used for authorization protocol. -
authorizationProtocol
Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap. -
hostname
Specifies the CentraSite host name or IP address to which the SNMP listener binds. -
port
Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181. -
privacyPassword
Specifies the password to be used for privacy protocol. -
privacyProtocol
Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap. -
sendTRAPsToCentrasite
Specifies whether the events has to be sent from API Gateway to CentraSite. -
transport
Specifies the wire transport protocol that is used by the SNMP Listener. -
username
Specifies the SecurityName that is used by the SNMP Listener. -
authorizationPassword
Specifies the password to be used for authorization protocol.- Gibt zurück:
this.
-
authorizationProtocol
Specifies the authorization protocol that is used by the SNMP Listener for decoding the incoming trap.- Gibt zurück:
this.
-
hostname
Specifies the CentraSite host name or IP address to which the SNMP listener binds.- Gibt zurück:
this.
-
port
Specifies the port to which the SNMP listener binds. The default port number for CentraSite's SNMP server is 8181.- Gibt zurück:
this.
-
privacyPassword
Specifies the password to be used for privacy protocol.- Gibt zurück:
this.
-
privacyProtocol
Specifies the privacy protocol that is used by the SNMP Listener for decoding the incoming trap.- Gibt zurück:
this.
-
sendTRAPsToCentrasite
Specifies whether the events has to be sent from API Gateway to CentraSite.- Gibt zurück:
this.
-
transport
Specifies the wire transport protocol that is used by the SNMP Listener.- Gibt zurück:
this.
-
username
Specifies the SecurityName that is used by the SNMP Listener.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-