Class ServerMapping

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ServerMapping
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Server mapping that maps the server name in the contract with the connection ID.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ServerMapping.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String connectionId()
      Gets the connectionId.
      ServerMapping.Builder newBuilder()
      New builder.
      java.lang.String serverName()
      Gets the serverName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • serverName

        public java.lang.String serverName()
        Gets the serverName. Server name for the connection.
        Returns:
        the serverName
      • connectionId

        public java.lang.String connectionId()
        Gets the connectionId. Connection Id of the data asset.
        Returns:
        the connectionId