Class SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupport
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupport
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupport extends com.ibm.cloud.sdk.core.service.model.GenericModel
Credentials support information for the task.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAccountId()
Gets the accountId.java.lang.String
getUserId()
Gets the userId.java.lang.Boolean
isTaskCredentialsEnabled()
Gets the taskCredentialsEnabled.
-
-
-
Method Detail
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. The account ID associated with the task.- Returns:
- the accountId
-
isTaskCredentialsEnabled
public java.lang.Boolean isTaskCredentialsEnabled()
Gets the taskCredentialsEnabled. Indicates if task credentials are enabled.- Returns:
- the taskCredentialsEnabled
-
getUserId
public java.lang.String getUserId()
Gets the userId. The user ID associated with the task.- Returns:
- the userId
-
-