public class OnlineApi extends Object
public OnlineApi()
public OnlineApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call checkHitRealtimeRuleCall(CheckRealtimeRuleRequest body, String tenantCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)tenantCode - 租户code (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CheckRealtimeRuleResponse checkHitRealtimeRule(CheckRealtimeRuleRequest body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckRealtimeRuleResponse> checkHitRealtimeRuleWithHttpInfo(CheckRealtimeRuleRequest body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call checkHitRealtimeRuleAsync(CheckRealtimeRuleRequest body, String tenantCode, ApiCallback<CheckRealtimeRuleResponse> callback) throws ApiException
body - (required)tenantCode - 租户code (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getIdMappingCall(IDMReq body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic IDMResp getIdMapping(IDMReq body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IDMResp> getIdMappingWithHttpInfo(IDMReq body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getIdMappingAsync(IDMReq body, ApiCallback<IDMResp> callback) throws ApiException
body - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getUserDetailAndEventCall(OnlineGetUserDetailAndEventRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic OnlineGetUserDetailAndEventResp getUserDetailAndEvent(OnlineGetUserDetailAndEventRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OnlineGetUserDetailAndEventResp> getUserDetailAndEventWithHttpInfo(OnlineGetUserDetailAndEventRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUserDetailAndEventAsync(OnlineGetUserDetailAndEventRequest body, ApiCallback<OnlineGetUserDetailAndEventResp> callback) throws ApiException
body - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getUserProfileWithPrivacyCall(OnlineGetUserProfileRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic OnlineUserProfileRespWithPrivacy getUserProfileWithPrivacy(OnlineGetUserProfileRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OnlineUserProfileRespWithPrivacy> getUserProfileWithPrivacyWithHttpInfo(OnlineGetUserProfileRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUserProfileWithPrivacyAsync(OnlineGetUserProfileRequest body, ApiCallback<OnlineUserProfileRespWithPrivacy> callback) throws ApiException
body - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getUserSegmentV2Call(OnlineGetUserSegmentRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic OnlineGetUserSegmentResp getUserSegmentV2(OnlineGetUserSegmentRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OnlineGetUserSegmentResp> getUserSegmentV2WithHttpInfo(OnlineGetUserSegmentRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUserSegmentV2Async(OnlineGetUserSegmentRequest body, ApiCallback<OnlineGetUserSegmentResp> callback) throws ApiException
body - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryUserSegCall(String id, String segIds, Long xTenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - 用户id,需要和分群包的id类型保持一致。比如分群结果是手机号,则需要用手机号来查询 (required)segIds - 分群id。多个分群用逗号分割。 (required)xTenant - 项目ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceSeqResponseString queryUserSeg(String id, String segIds, Long xTenant) throws ApiException
id - 用户id,需要和分群包的id类型保持一致。比如分群结果是手机号,则需要用手机号来查询 (required)segIds - 分群id。多个分群用逗号分割。 (required)xTenant - 项目ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceSeqResponseString> queryUserSegWithHttpInfo(String id, String segIds, Long xTenant) throws ApiException
id - 用户id,需要和分群包的id类型保持一致。比如分群结果是手机号,则需要用手机号来查询 (required)segIds - 分群id。多个分群用逗号分割。 (required)xTenant - 项目ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryUserSegAsync(String id, String segIds, Long xTenant, ApiCallback<ByteDanceSeqResponseString> callback) throws ApiException
id - 用户id,需要和分群包的id类型保持一致。比如分群结果是手机号,则需要用手机号来查询 (required)segIds - 分群id。多个分群用逗号分割。 (required)xTenant - 项目ID (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.