Class SalIntegration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegration extends com.ibm.cloud.sdk.core.service.model.GenericModel
Sal Integration object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategoryId()
Gets the categoryId.java.lang.String
getEngineId()
Gets the engineId.java.util.List<ErrorObj>
getErrors()
Gets the errors.java.lang.String
getGovernanceScopeId()
Gets the governanceScopeId.java.lang.String
getGovernanceScopeType()
Gets the governanceScopeType.java.lang.String
getInstanceId()
Gets the instanceId.java.lang.String
getStatus()
Gets the status.java.lang.String
getStorageResourceCrn()
Gets the storageResourceCrn.java.lang.String
getStorageType()
Gets the storageType.java.lang.String
getTimestamp()
Gets the timestamp.java.lang.String
getUsername()
Gets the username.java.lang.Boolean
isTrialPlan()
Gets the trialPlan.
-
-
-
Method Detail
-
getCategoryId
public java.lang.String getCategoryId()
Gets the categoryId. category UUID.- Returns:
- the categoryId
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. engine id.- Returns:
- the engineId
-
getErrors
public java.util.List<ErrorObj> getErrors()
Gets the errors. errors.- Returns:
- the errors
-
getGovernanceScopeId
public java.lang.String getGovernanceScopeId()
Gets the governanceScopeId. governance scope UUID.- Returns:
- the governanceScopeId
-
getGovernanceScopeType
public java.lang.String getGovernanceScopeType()
Gets the governanceScopeType. governance scope type.- Returns:
- the governanceScopeType
-
getInstanceId
public java.lang.String getInstanceId()
Gets the instanceId. instance_id.- Returns:
- the instanceId
-
getStatus
public java.lang.String getStatus()
Gets the status. status of the integration.- Returns:
- the status
-
getStorageResourceCrn
public java.lang.String getStorageResourceCrn()
Gets the storageResourceCrn. COS resource CRN.- Returns:
- the storageResourceCrn
-
getStorageType
public java.lang.String getStorageType()
Gets the storageType. COS storage type.- Returns:
- the storageType
-
getTimestamp
public java.lang.String getTimestamp()
Gets the timestamp. sal integration creation timestamp.- Returns:
- the timestamp
-
isTrialPlan
public java.lang.Boolean isTrialPlan()
Gets the trialPlan. whether the integration is trial plan.- Returns:
- the trialPlan
-
getUsername
public java.lang.String getUsername()
Gets the username. user name.- Returns:
- the username
-
-