Class ServerMapping
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ServerMapping
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ServerMapping extends com.ibm.cloud.sdk.core.service.model.GenericModelServer mapping that maps the server name in the contract with the connection ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerMapping.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconnectionId()Gets the connectionId.ServerMapping.BuildernewBuilder()New builder.java.lang.StringserverName()Gets the serverName.
-
-
-
Method Detail
-
newBuilder
public ServerMapping.Builder newBuilder()
New builder.- Returns:
- a ServerMapping builder
-
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
-
-