Klasse CSCommunicationDestination

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CSCommunicationDestination

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CSCommunicationDestination extends Object
CSCommunicationDestination
  • Felddetails

    • gatewayAssetId

      protected String gatewayAssetId
      Specifies the registered API Gateway ID.
    • hostname

      protected String hostname
      Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.
    • password

      protected String password
      Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.
    • protocol

      protected String protocol
      Specifies the communication protocol used to establish communication between API Gateway and CentraSite.
    • targetname

      protected String targetname
      Specifies the name of the API Gateway asset as defined in CentraSite.
    • uddiPort

      protected String uddiPort
      Specifies the port on which CAST is listening. The default port number for CAST is 53307.
    • username

      protected String username
      Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite. This implies the user ID of a user who has the CentraSite Administrator role or the API Gateway Administrator role in CentraSite.
  • Konstruktordetails

    • CSCommunicationDestination

      public CSCommunicationDestination(Consumer<CSCommunicationDestination> spec)
      Constructs a validated instance of CSCommunicationDestination.
      Parameter:
      spec - the specification to process
    • CSCommunicationDestination

      @Internal public CSCommunicationDestination(String gatewayAssetId, String hostname, String password, String protocol, String targetname, String uddiPort, String username)
      Constructs a validated instance of CSCommunicationDestination.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CSCommunicationDestination(Consumer) instead.

      Parameter:
      gatewayAssetId - Specifies the registered API Gateway ID.
      hostname - Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.
      password - Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.
      protocol - Specifies the communication protocol used to establish communication between API Gateway and CentraSite.
      targetname - Specifies the name of the API Gateway asset as defined in CentraSite.
      uddiPort - Specifies the port on which CAST is listening. The default port number for CAST is 53307.
      username - Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite. This implies the user ID of a user who has the CentraSite Administrator role or the API Gateway Administrator role in CentraSite.
    • CSCommunicationDestination

      protected CSCommunicationDestination()
  • Methodendetails

    • builder

    • gatewayAssetId

      public String gatewayAssetId()
      Specifies the registered API Gateway ID.
    • hostname

      public String hostname()
      Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.
    • password

      public String password()
      Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.
    • protocol

      public String protocol()
      Specifies the communication protocol used to establish communication between API Gateway and CentraSite.
    • targetname

      public String targetname()
      Specifies the name of the API Gateway asset as defined in CentraSite.
    • uddiPort

      public String uddiPort()
      Specifies the port on which CAST is listening. The default port number for CAST is 53307.
    • username

      public String username()
      Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite. This implies the user ID of a user who has the CentraSite Administrator role or the API Gateway Administrator role in CentraSite.
    • gatewayAssetId

      public CSCommunicationDestination gatewayAssetId(String gatewayAssetId)
      Specifies the registered API Gateway ID.
      Gibt zurück:
      this.
    • hostname

      public CSCommunicationDestination hostname(String hostname)
      Specifies the host name or IP address of the machine on which CentraSite Application Server Tier (CAST) is running.
      Gibt zurück:
      this.
    • password

      public CSCommunicationDestination password(String password)
      Specifies the password for authenticating CentraSite when API Gateway communicates with CentraSite.
      Gibt zurück:
      this.
    • protocol

      public CSCommunicationDestination protocol(String protocol)
      Specifies the communication protocol used to establish communication between API Gateway and CentraSite.
      Gibt zurück:
      this.
    • targetname

      public CSCommunicationDestination targetname(String targetname)
      Specifies the name of the API Gateway asset as defined in CentraSite.
      Gibt zurück:
      this.
    • uddiPort

      public CSCommunicationDestination uddiPort(String uddiPort)
      Specifies the port on which CAST is listening. The default port number for CAST is 53307.
      Gibt zurück:
      this.
    • username

      public CSCommunicationDestination username(String username)
      Specifies the CentraSite user ID for authenticating CentraSite when API Gateway communicates with CentraSite. This implies the user ID of a user who has the CentraSite Administrator role or the API Gateway Administrator role in CentraSite.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object