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.GenericModelSal Integration object. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCategoryId()Gets the categoryId.java.lang.StringgetEngineId()Gets the engineId.java.util.List<ErrorObj>getErrors()Gets the errors.java.lang.StringgetGovernanceScopeId()Gets the governanceScopeId.java.lang.StringgetGovernanceScopeType()Gets the governanceScopeType.java.lang.StringgetInstanceId()Gets the instanceId.java.lang.StringgetStatus()Gets the status.java.lang.StringgetStorageResourceCrn()Gets the storageResourceCrn.java.lang.StringgetStorageType()Gets the storageType.java.lang.StringgetTimestamp()Gets the timestamp.java.lang.StringgetUsername()Gets the username.java.lang.BooleanisTrialPlan()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
 
 
 - 
 
 -