Class CreateCustomerGatewayResult

    • Constructor Detail

      • CreateCustomerGatewayResult

        public CreateCustomerGatewayResult()
    • Method Detail

      • setCustomerGateway

        public void setCustomerGateway​(CustomerGateway customerGateway)

        Information about the customer gateway.

        Parameters:
        customerGateway - Information about the customer gateway.
      • getCustomerGateway

        public CustomerGateway getCustomerGateway()

        Information about the customer gateway.

        Returns:
        Information about the customer gateway.
      • withCustomerGateway

        public CreateCustomerGatewayResult withCustomerGateway​(CustomerGateway customerGateway)

        Information about the customer gateway.

        Parameters:
        customerGateway - Information about the customer gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object