Class Integration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Integration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Integration extends com.ibm.cloud.sdk.core.service.model.GenericModelIntegration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApikey()Gets the apikey.java.lang.StringgetConfigProperties()Gets the configProperties.java.lang.StringgetGovernanceProperties()Gets the governanceProperties.java.lang.StringgetIntegrationId()Gets the integrationId.java.lang.LonggetModifiedAt()Gets the modifiedAt.java.lang.StringgetModifiedBy()Gets the modifiedBy.java.lang.StringgetPassword()Gets the password.java.lang.StringgetResource()Gets the resource.java.lang.StringgetServiceType()Gets the serviceType.java.lang.StringgetState()Gets the state.java.util.List<java.lang.String>getStorageCatalogs()Gets the storageCatalogs.java.lang.StringgetUrl()Gets the url.java.lang.StringgetUsername()Gets the username.java.lang.BooleanisEnableDataPolicyWithinWxd()Gets the enableDataPolicyWithinWxd.
-
-
-
Method Detail
-
getApikey
public java.lang.String getApikey()
Gets the apikey. Integration APIKEY.- Returns:
- the apikey
-
getConfigProperties
public java.lang.String getConfigProperties()
Gets the configProperties. Properties.- Returns:
- the configProperties
-
isEnableDataPolicyWithinWxd
public java.lang.Boolean isEnableDataPolicyWithinWxd()
Gets the enableDataPolicyWithinWxd. data policy enabler with wxd for ranger.- Returns:
- the enableDataPolicyWithinWxd
-
getGovernanceProperties
public java.lang.String getGovernanceProperties()
Gets the governanceProperties. Properties.- Returns:
- the governanceProperties
-
getIntegrationId
public java.lang.String getIntegrationId()
Gets the integrationId. resouce for ranger.- Returns:
- the integrationId
-
getModifiedAt
public java.lang.Long getModifiedAt()
Gets the modifiedAt. modified time in epoch format.- Returns:
- the modifiedAt
-
getModifiedBy
public java.lang.String getModifiedBy()
Gets the modifiedBy. modified user name.- Returns:
- the modifiedBy
-
getPassword
public java.lang.String getPassword()
Gets the password. Integration password.- Returns:
- the password
-
getResource
public java.lang.String getResource()
Gets the resource. resouce for ranger.- Returns:
- the resource
-
getServiceType
public java.lang.String getServiceType()
Gets the serviceType. Integration type.- Returns:
- the serviceType
-
getState
public java.lang.String getState()
Gets the state. current state.- Returns:
- the state
-
getStorageCatalogs
public java.util.List<java.lang.String> getStorageCatalogs()
Gets the storageCatalogs. Comma separated list of storage catalogs for which ikc needs to be enabled.- Returns:
- the storageCatalogs
-
getUrl
public java.lang.String getUrl()
Gets the url. Integration Connection URL.- Returns:
- the url
-
getUsername
public java.lang.String getUsername()
Gets the username. Username.- Returns:
- the username
-
-