Class Callbacks
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Callbacks
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Callbacks extends com.ibm.cloud.sdk.core.service.model.GenericModelCallback-related information associated with a catalog entry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallbacks.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>apiEndpoint()Gets the apiEndpoint.java.lang.StringbrokerProxyUrl()Deprecated.this method is deprecated and may be removed in a future releasejava.lang.StringbrokerUrl()Gets the brokerUrl.java.lang.StringcontrollerUrl()Gets the controllerUrl.java.lang.StringdashboardDataUrl()Gets the dashboardDataUrl.java.lang.StringdashboardDetailTabExtUrl()Gets the dashboardDetailTabExtUrl.java.lang.StringdashboardDetailTabUrl()Gets the dashboardDetailTabUrl.java.lang.StringdashboardUrl()Gets the dashboardUrl.Callbacks.BuildernewBuilder()New builder.java.lang.StringserviceMonitorApi()Gets the serviceMonitorApi.java.lang.StringserviceMonitorApp()Gets the serviceMonitorApp.
-
-
-
Method Detail
-
newBuilder
public Callbacks.Builder newBuilder()
New builder.- Returns:
- a Callbacks builder
-
controllerUrl
public java.lang.String controllerUrl()
Gets the controllerUrl. The URL of the deployment controller.- Returns:
- the controllerUrl
-
brokerUrl
public java.lang.String brokerUrl()
Gets the brokerUrl. The URL of the deployment broker.- Returns:
- the brokerUrl
-
brokerProxyUrl
@Deprecated public java.lang.String brokerProxyUrl()
Deprecated.this method is deprecated and may be removed in a future releaseGets the brokerProxyUrl. The URL of the deployment broker SC proxy.- Returns:
- the brokerProxyUrl
-
dashboardUrl
public java.lang.String dashboardUrl()
Gets the dashboardUrl. The URL of dashboard callback.- Returns:
- the dashboardUrl
-
dashboardDataUrl
public java.lang.String dashboardDataUrl()
Gets the dashboardDataUrl. The URL of dashboard data.- Returns:
- the dashboardDataUrl
-
dashboardDetailTabUrl
public java.lang.String dashboardDetailTabUrl()
Gets the dashboardDetailTabUrl. The URL of the dashboard detail tab.- Returns:
- the dashboardDetailTabUrl
-
dashboardDetailTabExtUrl
public java.lang.String dashboardDetailTabExtUrl()
Gets the dashboardDetailTabExtUrl. The URL of the dashboard detail tab extension.- Returns:
- the dashboardDetailTabExtUrl
-
serviceMonitorApi
public java.lang.String serviceMonitorApi()
Gets the serviceMonitorApi. Service monitor API URL.- Returns:
- the serviceMonitorApi
-
serviceMonitorApp
public java.lang.String serviceMonitorApp()
Gets the serviceMonitorApp. Service monitor app URL.- Returns:
- the serviceMonitorApp
-
apiEndpoint
public java.util.Map<java.lang.String,java.lang.String> apiEndpoint()
Gets the apiEndpoint. API endpoint.- Returns:
- the apiEndpoint
-
-