| 程序包 | 说明 |
|---|---|
| code.byted.cdp | |
| code.byted.cdp.openapi |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType,
String[] accept)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType,
String[] accept)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteDanceNormalResponseString |
TagApi.addOrModifyManualTags(ManualPersonTagRequest body,
String tenantCode)
添加或者修改某个用户身上的人工标签
|
com.squareup.okhttp.Call |
TagApi.addOrModifyManualTagsAsync(ManualPersonTagRequest body,
String tenantCode,
ApiCallback<ByteDanceNormalResponseString> callback)
添加或者修改某个用户身上的人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.addOrModifyManualTagsCall(ManualPersonTagRequest body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addOrModifyManualTags
|
ApiResponse<ByteDanceNormalResponseString> |
TagApi.addOrModifyManualTagsWithHttpInfo(ManualPersonTagRequest body,
String tenantCode)
添加或者修改某个用户身上的人工标签
|
TableSchemaPreviewResp |
DataAssetApi.assetTablePreview(OpenApiPreviewTableReq body,
String xTenant) |
com.squareup.okhttp.Call |
DataAssetApi.assetTablePreviewAsync(OpenApiPreviewTableReq body,
String xTenant,
ApiCallback<TableSchemaPreviewResp> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DataAssetApi.assetTablePreviewCall(OpenApiPreviewTableReq body,
String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for assetTablePreview
|
ApiResponse<TableSchemaPreviewResp> |
DataAssetApi.assetTablePreviewWithHttpInfo(OpenApiPreviewTableReq body,
String xTenant) |
ByteDanceCirceResponseString |
DataAssetApi.assetTaskCreate(OpenApiDataAssetTaskReq body,
String xTenant) |
com.squareup.okhttp.Call |
DataAssetApi.assetTaskCreateAsync(OpenApiDataAssetTaskReq body,
String xTenant,
ApiCallback<ByteDanceCirceResponseString> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DataAssetApi.assetTaskCreateCall(OpenApiDataAssetTaskReq body,
String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for assetTaskCreate
|
ApiResponse<ByteDanceCirceResponseString> |
DataAssetApi.assetTaskCreateWithHttpInfo(OpenApiDataAssetTaskReq body,
String xTenant) |
CheckRealtimeRuleResponse |
OnlineApi.checkHitRealtimeRule(CheckRealtimeRuleRequest body,
String tenantCode)
判断是否命中实时规则,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.checkHitRealtimeRuleAsync(CheckRealtimeRuleRequest body,
String tenantCode,
ApiCallback<CheckRealtimeRuleResponse> callback)
判断是否命中实时规则,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.checkHitRealtimeRuleCall(CheckRealtimeRuleRequest body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkHitRealtimeRule
|
ApiResponse<CheckRealtimeRuleResponse> |
OnlineApi.checkHitRealtimeRuleWithHttpInfo(CheckRealtimeRuleRequest body,
String tenantCode)
判断是否命中实时规则,高速接口
|
ByteDanceResponseSegmentationResp |
SegmentationApi.createConditionalSegment(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
com.squareup.okhttp.Call |
SegmentationApi.createConditionalSegmentAsync(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建离线规则-简化 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.createConditionalSegmentCall(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createConditionalSegment
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.createConditionalSegmentWithHttpInfo(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
CommonLabelId |
LabelApi.createManualLabel(ManualLabelCreateReq body)
创建人工标签
|
com.squareup.okhttp.Call |
LabelApi.createManualLabelAsync(ManualLabelCreateReq body,
ApiCallback<CommonLabelId> callback)
创建人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.createManualLabelCall(ManualLabelCreateReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createManualLabel
|
ApiResponse<CommonLabelId> |
LabelApi.createManualLabelWithHttpInfo(ManualLabelCreateReq body)
创建人工标签
|
CommonResponseVoid |
LabelApi.deleteLabel(Integer id,
String xTenant)
删除标签
|
com.squareup.okhttp.Call |
LabelApi.deleteLabelAsync(Integer id,
String xTenant,
ApiCallback<CommonResponseVoid> callback)
删除标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.deleteLabelCall(Integer id,
String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteLabel
|
ApiResponse<CommonResponseVoid> |
LabelApi.deleteLabelWithHttpInfo(Integer id,
String xTenant)
删除标签
|
ByteDanceNormalResponseString |
TagApi.deleteManualTagsInUser(String tenantCode,
Long baseId,
Integer tagId)
删除某个用户身上的人工标签
|
com.squareup.okhttp.Call |
TagApi.deleteManualTagsInUserAsync(String tenantCode,
Long baseId,
Integer tagId,
ApiCallback<ByteDanceNormalResponseString> callback)
删除某个用户身上的人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.deleteManualTagsInUserCall(String tenantCode,
Long baseId,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteManualTagsInUser
|
ApiResponse<ByteDanceNormalResponseString> |
TagApi.deleteManualTagsInUserWithHttpInfo(String tenantCode,
Long baseId,
Integer tagId)
删除某个用户身上的人工标签
|
CommonString |
LabelOpenApiApi.deleteRealtimeTagData(Integer baseId,
Integer tagId)
删除人工标签
|
com.squareup.okhttp.Call |
LabelOpenApiApi.deleteRealtimeTagDataAsync(Integer baseId,
Integer tagId,
ApiCallback<CommonString> callback)
删除人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelOpenApiApi.deleteRealtimeTagDataCall(Integer baseId,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRealtimeTagData
|
ApiResponse<CommonString> |
LabelOpenApiApi.deleteRealtimeTagDataWithHttpInfo(Integer baseId,
Integer tagId)
删除人工标签
|
File |
FileDateAssetApi.downloadFileDateAsset(String xTenant,
Integer taskId,
String filePath)
下载分群明细
|
com.squareup.okhttp.Call |
FileDateAssetApi.downloadFileDateAssetAsync(String xTenant,
Integer taskId,
String filePath,
ApiCallback<File> callback)
下载分群明细 (asynchronously)
|
com.squareup.okhttp.Call |
FileDateAssetApi.downloadFileDateAssetCall(String xTenant,
Integer taskId,
String filePath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadFileDateAsset
|
ApiResponse<File> |
FileDateAssetApi.downloadFileDateAssetWithHttpInfo(String xTenant,
Integer taskId,
String filePath)
下载分群明细
|
File |
SegmentationApi.downloadSegFile(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt)
分群ID文件下载
|
com.squareup.okhttp.Call |
SegmentationApi.downloadSegFileAsync(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt,
ApiCallback<File> callback)
分群ID文件下载 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.downloadSegFileCall(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSegFile
|
ApiResponse<File> |
SegmentationApi.downloadSegFileWithHttpInfo(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt)
分群ID文件下载
|
DslCheckResp |
SelectionComponentApi.dslCheck(DslReq body,
String tenantCode)
校验dsl是否合法
|
com.squareup.okhttp.Call |
SelectionComponentApi.dslCheckAsync(DslReq body,
String tenantCode,
ApiCallback<DslCheckResp> callback)
校验dsl是否合法 (asynchronously)
|
com.squareup.okhttp.Call |
SelectionComponentApi.dslCheckCall(DslReq body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dslCheck
|
ApiResponse<DslCheckResp> |
SelectionComponentApi.dslCheckWithHttpInfo(DslReq body,
String tenantCode)
校验dsl是否合法
|
CommonResponseListAccessCoreStatisticsResp |
AssetApi.getAccessCoreStatistics(Long xTenant,
AccessCoreStatisticsReq body)
获取访问统计-核心指标
|
com.squareup.okhttp.Call |
AssetApi.getAccessCoreStatisticsAsync(Long xTenant,
AccessCoreStatisticsReq body,
ApiCallback<CommonResponseListAccessCoreStatisticsResp> callback)
获取访问统计-核心指标 (asynchronously)
|
com.squareup.okhttp.Call |
AssetApi.getAccessCoreStatisticsCall(Long xTenant,
AccessCoreStatisticsReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccessCoreStatistics
|
ApiResponse<CommonResponseListAccessCoreStatisticsResp> |
AssetApi.getAccessCoreStatisticsWithHttpInfo(Long xTenant,
AccessCoreStatisticsReq body)
获取访问统计-核心指标
|
CommonResponseListTendencyStatisticsResp |
AssetApi.getAccessCoreTendencyStatistics(Long xTenant,
TendencyStatisticsReq body)
获取访问统计-核心指标趋势图
|
com.squareup.okhttp.Call |
AssetApi.getAccessCoreTendencyStatisticsAsync(Long xTenant,
TendencyStatisticsReq body,
ApiCallback<CommonResponseListTendencyStatisticsResp> callback)
获取访问统计-核心指标趋势图 (asynchronously)
|
com.squareup.okhttp.Call |
AssetApi.getAccessCoreTendencyStatisticsCall(Long xTenant,
TendencyStatisticsReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccessCoreTendencyStatistics
|
ApiResponse<CommonResponseListTendencyStatisticsResp> |
AssetApi.getAccessCoreTendencyStatisticsWithHttpInfo(Long xTenant,
TendencyStatisticsReq body)
获取访问统计-核心指标趋势图
|
DetailAttributesResp |
DetailDatasourceApi.getDetailAttributes(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize)
获取明细数据源的枚举值
|
com.squareup.okhttp.Call |
DetailDatasourceApi.getDetailAttributesAsync(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize,
ApiCallback<DetailAttributesResp> callback)
获取明细数据源的枚举值 (asynchronously)
|
com.squareup.okhttp.Call |
DetailDatasourceApi.getDetailAttributesCall(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDetailAttributes
|
ApiResponse<DetailAttributesResp> |
DetailDatasourceApi.getDetailAttributesWithHttpInfo(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize)
获取明细数据源的枚举值
|
InlineResponse200 |
InsightApi.getDSLInsightKey(Object body)
获取洞察跳转key
|
com.squareup.okhttp.Call |
InsightApi.getDSLInsightKeyAsync(Object body,
ApiCallback<InlineResponse200> callback)
获取洞察跳转key (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getDSLInsightKeyCall(Object body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDSLInsightKey
|
ApiResponse<InlineResponse200> |
InsightApi.getDSLInsightKeyWithHttpInfo(Object body)
获取洞察跳转key
|
SeqFileDataTaskSimpleResult |
FileDateAssetApi.getFileDateAssetTaskList(String xTenant)
获取分群明细任务列表
|
com.squareup.okhttp.Call |
FileDateAssetApi.getFileDateAssetTaskListAsync(String xTenant,
ApiCallback<SeqFileDataTaskSimpleResult> callback)
获取分群明细任务列表 (asynchronously)
|
com.squareup.okhttp.Call |
FileDateAssetApi.getFileDateAssetTaskListCall(String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileDateAssetTaskList
|
ApiResponse<SeqFileDataTaskSimpleResult> |
FileDateAssetApi.getFileDateAssetTaskListWithHttpInfo(String xTenant)
获取分群明细任务列表
|
CommonListLabelResultData |
LabelApi.getHistoryData(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period)
标签运行结果历史数据
|
com.squareup.okhttp.Call |
LabelApi.getHistoryDataAsync(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period,
ApiCallback<CommonListLabelResultData> callback)
标签运行结果历史数据 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getHistoryDataCall(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHistoryData
|
ApiResponse<CommonListLabelResultData> |
LabelApi.getHistoryDataWithHttpInfo(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period)
标签运行结果历史数据
|
IDMResp |
OnlineApi.getIdMapping(IDMReq body)
idmapping映射,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.getIdMappingAsync(IDMReq body,
ApiCallback<IDMResp> callback)
idmapping映射,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getIdMappingCall(IDMReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getIdMapping
|
ApiResponse<IDMResp> |
OnlineApi.getIdMappingWithHttpInfo(IDMReq body)
idmapping映射,高速接口
|
InlineResponse2002 |
InsightApi.getInsightReportById(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate)
洞察报告详情
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportByIdAsync(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate,
ApiCallback<InlineResponse2002> callback)
洞察报告详情 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportByIdCall(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportById
|
ApiResponse<InlineResponse2002> |
InsightApi.getInsightReportByIdWithHttpInfo(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate)
洞察报告详情
|
InlineResponse2001 |
InsightApi.getInsightReportList(Long xTenant,
String xEnv)
洞察报告列表
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportListAsync(Long xTenant,
String xEnv,
ApiCallback<InlineResponse2001> callback)
洞察报告列表 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportListCall(Long xTenant,
String xEnv,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportList
|
ApiResponse<InlineResponse2001> |
InsightApi.getInsightReportListWithHttpInfo(Long xTenant,
String xEnv)
洞察报告列表
|
InlineResponse2003 |
InsightApi.getInsightReportUsage(Long xTenant,
String xEnv,
Boolean openapiOnly)
统计洞察报告查看次数
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportUsageAsync(Long xTenant,
String xEnv,
Boolean openapiOnly,
ApiCallback<InlineResponse2003> callback)
统计洞察报告查看次数 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportUsageCall(Long xTenant,
String xEnv,
Boolean openapiOnly,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportUsage
|
ApiResponse<InlineResponse2003> |
InsightApi.getInsightReportUsageWithHttpInfo(Long xTenant,
String xEnv,
Boolean openapiOnly)
统计洞察报告查看次数
|
CommonResponseLabelMetaSimpleInfo |
LabelApi.getLabelDesc(Integer id,
Long xTenant)
获取标签精简信息
|
com.squareup.okhttp.Call |
LabelApi.getLabelDescAsync(Integer id,
Long xTenant,
ApiCallback<CommonResponseLabelMetaSimpleInfo> callback)
获取标签精简信息 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelDescCall(Integer id,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabelDesc
|
ApiResponse<CommonResponseLabelMetaSimpleInfo> |
LabelApi.getLabelDescWithHttpInfo(Integer id,
Long xTenant)
获取标签精简信息
|
CommonListLabelMetaInfo |
LabelApi.getLabels(Long xTenant,
Integer subjectId)
获取项目下标签列表
|
com.squareup.okhttp.Call |
LabelApi.getLabelsAsync(Long xTenant,
Integer subjectId,
ApiCallback<CommonListLabelMetaInfo> callback)
获取项目下标签列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelsCall(Long xTenant,
Integer subjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabels
|
ApiResponse<CommonListLabelMetaInfo> |
LabelApi.getLabelsWithHttpInfo(Long xTenant,
Integer subjectId)
获取项目下标签列表
|
CommonResponseListLabelTreeNode |
LabelApi.getLabelTree(Long xTenant,
Integer subjectId)
获取标签树信息
|
com.squareup.okhttp.Call |
LabelApi.getLabelTreeAsync(Long xTenant,
Integer subjectId,
ApiCallback<CommonResponseListLabelTreeNode> callback)
获取标签树信息 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelTreeCall(Long xTenant,
Integer subjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabelTree
|
ApiResponse<CommonResponseListLabelTreeNode> |
LabelApi.getLabelTreeWithHttpInfo(Long xTenant,
Integer subjectId)
获取标签树信息
|
CommonListObject |
LabelOpenApiApi.getLabelValues(Integer labelId,
Long xTenant)
获取标签枚举值老接口
|
com.squareup.okhttp.Call |
LabelOpenApiApi.getLabelValuesAsync(Integer labelId,
Long xTenant,
ApiCallback<CommonListObject> callback)
获取标签枚举值老接口 (asynchronously)
|
com.squareup.okhttp.Call |
LabelOpenApiApi.getLabelValuesCall(Integer labelId,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabelValues
|
ApiResponse<CommonListObject> |
LabelOpenApiApi.getLabelValuesWithHttpInfo(Integer labelId,
Long xTenant)
获取标签枚举值老接口
|
CommonLabelResultData |
LabelApi.getLatestHistoryData(Integer id,
Integer showNum,
Long xTenant)
标签上一次运行结果数据
|
com.squareup.okhttp.Call |
LabelApi.getLatestHistoryDataAsync(Integer id,
Integer showNum,
Long xTenant,
ApiCallback<CommonLabelResultData> callback)
标签上一次运行结果数据 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLatestHistoryDataCall(Integer id,
Integer showNum,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLatestHistoryData
|
ApiResponse<CommonLabelResultData> |
LabelApi.getLatestHistoryDataWithHttpInfo(Integer id,
Integer showNum,
Long xTenant)
标签上一次运行结果数据
|
ByteDanceSeqResponseOpenApiManualTagInfo |
TagApi.getManualTagsList(String tenantCode)
查询某个用户身上的人工标签列表
|
com.squareup.okhttp.Call |
TagApi.getManualTagsListAsync(String tenantCode,
ApiCallback<ByteDanceSeqResponseOpenApiManualTagInfo> callback)
查询某个用户身上的人工标签列表 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getManualTagsListCall(String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getManualTagsList
|
ApiResponse<ByteDanceSeqResponseOpenApiManualTagInfo> |
TagApi.getManualTagsListWithHttpInfo(String tenantCode)
查询某个用户身上的人工标签列表
|
CommonOnlineTagInfoResp |
LabelApi.getOnlineTagsProp(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType)
获取在线可用标签/属性/明细/行为事件列表
|
com.squareup.okhttp.Call |
LabelApi.getOnlineTagsPropAsync(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType,
ApiCallback<CommonOnlineTagInfoResp> callback)
获取在线可用标签/属性/明细/行为事件列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getOnlineTagsPropCall(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOnlineTagsProp
|
ApiResponse<CommonOnlineTagInfoResp> |
LabelApi.getOnlineTagsPropWithHttpInfo(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType)
获取在线可用标签/属性/明细/行为事件列表
|
RealtimeRuleListResp |
RealtimeRuleApi.getRealtimeRuleList(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
com.squareup.okhttp.Call |
RealtimeRuleApi.getRealtimeRuleListAsync(String tenantsCode,
Integer page,
Integer pageSize,
ApiCallback<RealtimeRuleListResp> callback)
获取实时规则列表 (asynchronously)
|
com.squareup.okhttp.Call |
RealtimeRuleApi.getRealtimeRuleListCall(String tenantsCode,
Integer page,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRealtimeRuleList
|
ApiResponse<RealtimeRuleListResp> |
RealtimeRuleApi.getRealtimeRuleListWithHttpInfo(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
CommonResponseDetailTableResp |
AssetApi.getResourceTable(Long xTenant,
DetailTableReq body)
获取资产报表
|
com.squareup.okhttp.Call |
AssetApi.getResourceTableAsync(Long xTenant,
DetailTableReq body,
ApiCallback<CommonResponseDetailTableResp> callback)
获取资产报表 (asynchronously)
|
com.squareup.okhttp.Call |
AssetApi.getResourceTableCall(Long xTenant,
DetailTableReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getResourceTable
|
ApiResponse<CommonResponseDetailTableResp> |
AssetApi.getResourceTableWithHttpInfo(Long xTenant,
DetailTableReq body)
获取资产报表
|
ListIdType |
SubjectApi.getSubjectIdTypes(Integer subjectId)
查询实体列表
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectIdTypesAsync(Integer subjectId,
ApiCallback<ListIdType> callback)
查询实体列表 (asynchronously)
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectIdTypesCall(Integer subjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubjectIdTypes
|
ApiResponse<ListIdType> |
SubjectApi.getSubjectIdTypesWithHttpInfo(Integer subjectId)
查询实体列表
|
ListSubjectMeta |
SubjectApi.getSubjects(Long xTenant,
Long orgId)
查询主体列表
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectsAsync(Long xTenant,
Long orgId,
ApiCallback<ListSubjectMeta> callback)
查询主体列表 (asynchronously)
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectsCall(Long xTenant,
Long orgId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubjects
|
ApiResponse<ListSubjectMeta> |
SubjectApi.getSubjectsWithHttpInfo(Long xTenant,
Long orgId)
查询主体列表
|
ByteDanceSeqResponseSeqDomainGroupedTags |
TagApi.getTagsList(String tenantCode,
Integer idType,
Boolean discardValue)
获取所有标签列表,包含各个标签的取值
|
com.squareup.okhttp.Call |
TagApi.getTagsListAsync(String tenantCode,
Integer idType,
Boolean discardValue,
ApiCallback<ByteDanceSeqResponseSeqDomainGroupedTags> callback)
获取所有标签列表,包含各个标签的取值 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getTagsListCall(String tenantCode,
Integer idType,
Boolean discardValue,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagsList
|
ApiResponse<ByteDanceSeqResponseSeqDomainGroupedTags> |
TagApi.getTagsListWithHttpInfo(String tenantCode,
Integer idType,
Boolean discardValue)
获取所有标签列表,包含各个标签的取值
|
ByteDanceSeqResponseTagValueResp |
TagApi.getTagValues(String tenantCode,
Integer tagId)
获取某个标签的取值
|
com.squareup.okhttp.Call |
TagApi.getTagValuesAsync(String tenantCode,
Integer tagId,
ApiCallback<ByteDanceSeqResponseTagValueResp> callback)
获取某个标签的取值 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getTagValuesCall(String tenantCode,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagValues
|
ApiResponse<ByteDanceSeqResponseTagValueResp> |
TagApi.getTagValuesWithHttpInfo(String tenantCode,
Integer tagId)
获取某个标签的取值
|
OnlineGetUserDetailAndEventResp |
OnlineApi.getUserDetailAndEvent(OnlineGetUserDetailAndEventRequest body)
查询用户的行为和明细
|
com.squareup.okhttp.Call |
OnlineApi.getUserDetailAndEventAsync(OnlineGetUserDetailAndEventRequest body,
ApiCallback<OnlineGetUserDetailAndEventResp> callback)
查询用户的行为和明细 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserDetailAndEventCall(OnlineGetUserDetailAndEventRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserDetailAndEvent
|
ApiResponse<OnlineGetUserDetailAndEventResp> |
OnlineApi.getUserDetailAndEventWithHttpInfo(OnlineGetUserDetailAndEventRequest body)
查询用户的行为和明细
|
OnlineUserProfileRespWithPrivacy |
OnlineApi.getUserProfileWithPrivacy(OnlineGetUserProfileRequest body)
查询标签和属性
|
com.squareup.okhttp.Call |
OnlineApi.getUserProfileWithPrivacyAsync(OnlineGetUserProfileRequest body,
ApiCallback<OnlineUserProfileRespWithPrivacy> callback)
查询标签和属性 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserProfileWithPrivacyCall(OnlineGetUserProfileRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserProfileWithPrivacy
|
ApiResponse<OnlineUserProfileRespWithPrivacy> |
OnlineApi.getUserProfileWithPrivacyWithHttpInfo(OnlineGetUserProfileRequest body)
查询标签和属性
|
OnlineGetUserSegmentResp |
OnlineApi.getUserSegmentV2(OnlineGetUserSegmentRequest body)
查询用户是否命中分群v2
|
com.squareup.okhttp.Call |
OnlineApi.getUserSegmentV2Async(OnlineGetUserSegmentRequest body,
ApiCallback<OnlineGetUserSegmentResp> callback)
查询用户是否命中分群v2 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserSegmentV2Call(OnlineGetUserSegmentRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserSegmentV2
|
ApiResponse<OnlineGetUserSegmentResp> |
OnlineApi.getUserSegmentV2WithHttpInfo(OnlineGetUserSegmentRequest body)
查询用户是否命中分群v2
|
ResponseSts |
CdpApi.getUserToken(String account,
Integer durationSeconds)
获取用户临时Token(STS)
|
com.squareup.okhttp.Call |
CdpApi.getUserTokenAsync(String account,
Integer durationSeconds,
ApiCallback<ResponseSts> callback)
获取用户临时Token(STS) (asynchronously)
|
com.squareup.okhttp.Call |
CdpApi.getUserTokenCall(String account,
Integer durationSeconds,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserToken
|
ApiResponse<ResponseSts> |
CdpApi.getUserTokenWithHttpInfo(String account,
Integer durationSeconds)
获取用户临时Token(STS)
|
ByteDanceResponseSegmentationResp |
SegmentationApi.legacyCreateManualSegment(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateManualSegmentAsync(Integer tenantId,
LegacyManualSegCreateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建人工分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateManualSegmentCall(Integer tenantId,
LegacyManualSegCreateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyCreateManualSegment
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyCreateManualSegmentWithHttpInfo(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
ByteDanceResponseRecordSegShardInfoResp |
SegmentationApi.legacyCreateUploadSegment(LegacyUploadedSegCreateRequest body,
Integer tenantId)
创建上传分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateUploadSegmentAsync(LegacyUploadedSegCreateRequest body,
Integer tenantId,
ApiCallback<ByteDanceResponseRecordSegShardInfoResp> callback)
创建上传分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateUploadSegmentCall(LegacyUploadedSegCreateRequest body,
Integer tenantId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyCreateUploadSegment
|
ApiResponse<ByteDanceResponseRecordSegShardInfoResp> |
SegmentationApi.legacyCreateUploadSegmentWithHttpInfo(LegacyUploadedSegCreateRequest body,
Integer tenantId)
创建上传分群
|
CommonResponseVoid |
SegmentationApi.legacyDeleteSegment(Integer tenantId,
Integer segId)
删除分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyDeleteSegmentAsync(Integer tenantId,
Integer segId,
ApiCallback<CommonResponseVoid> callback)
删除分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyDeleteSegmentCall(Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyDeleteSegment
|
ApiResponse<CommonResponseVoid> |
SegmentationApi.legacyDeleteSegmentWithHttpInfo(Integer tenantId,
Integer segId)
删除分群
|
ByteDanceResponseSegmentationResp |
SegmentationApi.legacyGetSegment(Integer tenantId,
Integer segId)
分群详情
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentAsync(Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
分群详情 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentCall(Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyGetSegment
|
ByteDanceResponseSegmentationListResp |
SegmentationApi.legacyGetSegmentList(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled)
分群列表查看,分页
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentListAsync(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled,
ApiCallback<ByteDanceResponseSegmentationListResp> callback)
分群列表查看,分页 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentListCall(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyGetSegmentList
|
ApiResponse<ByteDanceResponseSegmentationListResp> |
SegmentationApi.legacyGetSegmentListWithHttpInfo(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled)
分群列表查看,分页
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyGetSegmentWithHttpInfo(Integer tenantId,
Integer segId)
分群详情
|
CommonResponseVoid |
SegmentationApi.legacyModifyManualSegment(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body)
修改人工分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyModifyManualSegmentAsync(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body,
ApiCallback<CommonResponseVoid> callback)
修改人工分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyModifyManualSegmentCall(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyModifyManualSegment
|
ApiResponse<CommonResponseVoid> |
SegmentationApi.legacyModifyManualSegmentWithHttpInfo(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body)
修改人工分群
|
ByteDanceNormalResponseIdTypeResp |
IdTypeApi.listIdTypeMetaByTenant(String xTenant)
获取idType元信息
|
com.squareup.okhttp.Call |
IdTypeApi.listIdTypeMetaByTenantAsync(String xTenant,
ApiCallback<ByteDanceNormalResponseIdTypeResp> callback)
获取idType元信息 (asynchronously)
|
com.squareup.okhttp.Call |
IdTypeApi.listIdTypeMetaByTenantCall(String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listIdTypeMetaByTenant
|
ApiResponse<ByteDanceNormalResponseIdTypeResp> |
IdTypeApi.listIdTypeMetaByTenantWithHttpInfo(String xTenant)
获取idType元信息
|
CommonResponse |
SegmentationApi.modifyConditionalSegment(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body)
修改离线规则-简化
|
com.squareup.okhttp.Call |
SegmentationApi.modifyConditionalSegmentAsync(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body,
ApiCallback<CommonResponse> callback)
修改离线规则-简化 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.modifyConditionalSegmentCall(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for modifyConditionalSegment
|
ApiResponse<CommonResponse> |
SegmentationApi.modifyConditionalSegmentWithHttpInfo(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body)
修改离线规则-简化
|
CommonListLabelMetaInfo |
LabelOpenApiApi.postLabels(Long xTenant,
LabelQueryRequest body,
Integer subjectId,
String type)
获取项目下标签列表
|
com.squareup.okhttp.Call |
LabelOpenApiApi.postLabelsAsync(Long xTenant,
LabelQueryRequest body,
Integer subjectId,
String type,
ApiCallback<CommonListLabelMetaInfo> callback)
获取项目下标签列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelOpenApiApi.postLabelsCall(Long xTenant,
LabelQueryRequest body,
Integer subjectId,
String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postLabels
|
ApiResponse<CommonListLabelMetaInfo> |
LabelOpenApiApi.postLabelsWithHttpInfo(Long xTenant,
LabelQueryRequest body,
Integer subjectId,
String type)
获取项目下标签列表
|
PreviewResp |
SelectionComponentApi.previewDSL(DslReq body,
String tenantCode)
预估圈人数量
|
com.squareup.okhttp.Call |
SelectionComponentApi.previewDSLAsync(DslReq body,
String tenantCode,
ApiCallback<PreviewResp> callback)
预估圈人数量 (asynchronously)
|
com.squareup.okhttp.Call |
SelectionComponentApi.previewDSLCall(DslReq body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for previewDSL
|
ApiResponse<PreviewResp> |
SelectionComponentApi.previewDSLWithHttpInfo(DslReq body,
String tenantCode)
预估圈人数量
|
CommonResponseBoolean |
LabelApi.publishLabel(Integer id,
String xTenant)
上架标签
|
com.squareup.okhttp.Call |
LabelApi.publishLabelAsync(Integer id,
String xTenant,
ApiCallback<CommonResponseBoolean> callback)
上架标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.publishLabelCall(Integer id,
String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for publishLabel
|
ApiResponse<CommonResponseBoolean> |
LabelApi.publishLabelWithHttpInfo(Integer id,
String xTenant)
上架标签
|
ListDataSourceListItemVo |
DatasourceApi.queryDataSourceList(Long xTenant,
String sourceName)
查询数据源列表openapi
|
com.squareup.okhttp.Call |
DatasourceApi.queryDataSourceListAsync(Long xTenant,
String sourceName,
ApiCallback<ListDataSourceListItemVo> callback)
查询数据源列表openapi (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryDataSourceListCall(Long xTenant,
String sourceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryDataSourceList
|
ApiResponse<ListDataSourceListItemVo> |
DatasourceApi.queryDataSourceListWithHttpInfo(Long xTenant,
String sourceName)
查询数据源列表openapi
|
ListCdpEventVo |
DatasourceApi.queryeventList(Integer dataSourceId)
查询事件列表
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventListAsync(Integer dataSourceId,
ApiCallback<ListCdpEventVo> callback)
查询事件列表 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventListCall(Integer dataSourceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryeventList
|
ApiResponse<ListCdpEventVo> |
DatasourceApi.queryeventListWithHttpInfo(Integer dataSourceId)
查询事件列表
|
ListCdpEventPropertyVo |
DatasourceApi.queryeventPropertyList(Long xTenant,
Integer eventId)
查询事件属性列表
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventPropertyListAsync(Long xTenant,
Integer eventId,
ApiCallback<ListCdpEventPropertyVo> callback)
查询事件属性列表 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventPropertyListCall(Long xTenant,
Integer eventId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryeventPropertyList
|
ApiResponse<ListCdpEventPropertyVo> |
DatasourceApi.queryeventPropertyListWithHttpInfo(Long xTenant,
Integer eventId)
查询事件属性列表
|
ResNodeLineage |
LineageApi.queryLineageByNid(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
LineageApi.queryLineageByNidAsync(String bizType,
Long nativeId,
ApiCallback<ResNodeLineage> callback)
根据业务类型&原生ID查询出入度数据血缘 (asynchronously)
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
LineageApi.queryLineageByNidCall(String bizType,
Long nativeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryLineageByNid
|
ApiResponse<ResNodeLineage> |
LineageApi.queryLineageByNidWithHttpInfo(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
ListCdpPropertyVo |
DatasourceApi.querypropertyList(Integer dataSourceId)
查询单个数据源的表属性字段列表openapi
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyListAsync(Integer dataSourceId,
ApiCallback<ListCdpPropertyVo> callback)
查询单个数据源的表属性字段列表openapi (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyListCall(Integer dataSourceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for querypropertyList
|
ApiResponse<ListCdpPropertyVo> |
DatasourceApi.querypropertyListWithHttpInfo(Integer dataSourceId)
查询单个数据源的表属性字段列表openapi
|
ListString |
DatasourceApi.querypropertyValues(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword)
查询属性枚举值
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyValuesAsync(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword,
ApiCallback<ListString> callback)
查询属性枚举值 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyValuesCall(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for querypropertyValues
|
ApiResponse<ListString> |
DatasourceApi.querypropertyValuesWithHttpInfo(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword)
查询属性枚举值
|
ByteDanceSeqResponseString |
OnlineApi.queryUserSeg(String id,
String segIds,
Long xTenant)
查询用户是否命中人群,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.queryUserSegAsync(String id,
String segIds,
Long xTenant,
ApiCallback<ByteDanceSeqResponseString> callback)
查询用户是否命中人群,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.queryUserSegCall(String id,
String segIds,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryUserSeg
|
ApiResponse<ByteDanceSeqResponseString> |
OnlineApi.queryUserSegWithHttpInfo(String id,
String segIds,
Long xTenant)
查询用户是否命中人群,高速接口
|
ByteDanceResponseSegmentationRefreshResp |
SegmentationApi.refreshSeg(Integer tenantId,
Integer segId)
更新单个分群
更新单个分群
|
com.squareup.okhttp.Call |
SegmentationApi.refreshSegAsync(Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationRefreshResp> callback)
更新单个分群 (asynchronously)
更新单个分群
|
com.squareup.okhttp.Call |
SegmentationApi.refreshSegCall(Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for refreshSeg
|
ApiResponse<ByteDanceResponseSegmentationRefreshResp> |
SegmentationApi.refreshSegWithHttpInfo(Integer tenantId,
Integer segId)
更新单个分群
更新单个分群
|
CommonBoolean |
LabelApi.rerunLabel(RerunRequest body,
Long xTenant)
标签重跑
|
com.squareup.okhttp.Call |
LabelApi.rerunLabelAsync(RerunRequest body,
Long xTenant,
ApiCallback<CommonBoolean> callback)
标签重跑 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.rerunLabelCall(RerunRequest body,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rerunLabel
|
ApiResponse<CommonBoolean> |
LabelApi.rerunLabelWithHttpInfo(RerunRequest body,
Long xTenant)
标签重跑
|
ByteDanceResponseSegmentationOnlineServiceEnableResp |
SegmentationApi.segmentOnlineServiceEnable(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId)
分群在线服务开启/关闭
开启/关闭单个分群的在线服务
|
com.squareup.okhttp.Call |
SegmentationApi.segmentOnlineServiceEnableAsync(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationOnlineServiceEnableResp> callback)
分群在线服务开启/关闭 (asynchronously)
开启/关闭单个分群的在线服务
|
com.squareup.okhttp.Call |
SegmentationApi.segmentOnlineServiceEnableCall(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentOnlineServiceEnable
|
ApiResponse<ByteDanceResponseSegmentationOnlineServiceEnableResp> |
SegmentationApi.segmentOnlineServiceEnableWithHttpInfo(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId)
分群在线服务开启/关闭
开启/关闭单个分群的在线服务
|
CommonResponseBoolean |
LabelApi.unPublishLabel(Integer id,
String xTenant)
下架标签
|
com.squareup.okhttp.Call |
LabelApi.unPublishLabelAsync(Integer id,
String xTenant,
ApiCallback<CommonResponseBoolean> callback)
下架标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.unPublishLabelCall(Integer id,
String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unPublishLabel
|
ApiResponse<CommonResponseBoolean> |
LabelApi.unPublishLabelWithHttpInfo(Integer id,
String xTenant)
下架标签
|
CommonString |
LabelOpenApiApi.updateRealtimeTagData(Long xTenant,
RealtimeTagReq body)
更新人工标签
|
com.squareup.okhttp.Call |
LabelOpenApiApi.updateRealtimeTagDataAsync(Long xTenant,
RealtimeTagReq body,
ApiCallback<CommonString> callback)
更新人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelOpenApiApi.updateRealtimeTagDataCall(Long xTenant,
RealtimeTagReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRealtimeTagData
|
ApiResponse<CommonString> |
LabelOpenApiApi.updateRealtimeTagDataWithHttpInfo(Long xTenant,
RealtimeTagReq body)
更新人工标签
|
CommonDataModelId |
LabelApi.uploadLabelData(File file,
Long xTenant)
上传标签文件
|
com.squareup.okhttp.Call |
LabelApi.uploadLabelDataAsync(File file,
Long xTenant,
ApiCallback<CommonDataModelId> callback)
上传标签文件 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.uploadLabelDataCall(File file,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadLabelData
|
ApiResponse<CommonDataModelId> |
LabelApi.uploadLabelDataWithHttpInfo(File file,
Long xTenant)
上传标签文件
|
ByteDanceResponseSegmentationUploadResp |
SegmentationApi.uploadSegFile(File file,
Integer tenantId)
上传分群文件
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileAsync(File file,
Integer tenantId,
ApiCallback<ByteDanceResponseSegmentationUploadResp> callback)
上传分群文件 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileCall(File file,
Integer tenantId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadSegFile
|
SegOpenApiFileUploadResponse |
SegmentationApi.uploadSegFileToCh(File file,
Integer tenantId)
上传人工分群文件
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileToChAsync(File file,
Integer tenantId,
ApiCallback<SegOpenApiFileUploadResponse> callback)
上传人工分群文件 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileToChCall(File file,
Integer tenantId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadSegFileToCh
|
ApiResponse<SegOpenApiFileUploadResponse> |
SegmentationApi.uploadSegFileToChWithHttpInfo(File file,
Integer tenantId)
上传人工分群文件
|
ApiResponse<ByteDanceResponseSegmentationUploadResp> |
SegmentationApi.uploadSegFileWithHttpInfo(File file,
Integer tenantId)
上传分群文件
|
Copyright © 2024. All rights reserved.