A B C D E F G H I J K L M N O P Q R S T U V W
A
- accessToken -
类 qihoo.open.v1.core.VersionService 中的变量
-
- Account - qihoo.open.v1.model.account 中的 类
-
- Account() -
类 qihoo.open.v1.model.account.Account 的构造方法
-
- AccountService - qihoo.open.v1.service.impl 中的 类
- 账号service
对接远程accountService中的方法
- AccountService(ServiceContext) -
类 qihoo.open.v1.service.impl.AccountService 的构造方法
-
- accumulate(String, Object) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Accumulate values under a key.
- add(GetCampaignAddRequest) -
类 qihoo.open.v1.service.impl.CampaignService 中的方法
- 添加一个推广计划
推广计划的预算和名称是必须的
- add(GetCreativeAddRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 添加一个创意
广告组远程id 标题 描述1 描述2必须的
- add(GetGroupAddRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 添加一个广告组
广告组的推广计划id,广告组名称,广告组出价数必须的
- add(GetKeywordAddRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 添加关键词
- Addkeyword - qihoo.open.v1.model.common 中的 类
- 添加关键词的时候转化参数中间bean
- Addkeyword() -
类 qihoo.open.v1.model.common.Addkeyword 的构造方法
-
- AddKeywords - qihoo.open.v1.model.common 中的 类
- 添加关键词的时候转化参数中间bean
- AddKeywords() -
类 qihoo.open.v1.model.common.AddKeywords 的构造方法
-
- addObjectToArray(Object[], Object) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- Append the given Object to the given array, returning a new array
consisting of the input array contents plus the given Object.
- AddResponse - qihoo.open.v1.service.response 中的 类
- 添加响应类
- AddResponse() -
类 qihoo.open.v1.service.response.AddResponse 的构造方法
-
- apiKey -
类 qihoo.open.v1.core.VersionService 中的变量
-
- append(String, Object) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Append values to the array under a key.
- appSecret -
类 qihoo.open.v1.core.VersionService 中的变量
-
- array() -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Begin appending a new array.
- asDocument() -
类 qihoo.open.v1.http.Response 中的方法
- Returns the response body as org.w3c.dom.Document.
- asJSONArray() -
类 qihoo.open.v1.http.Response 中的方法
- Returns the response body as sinat4j.org.json.JSONArray.
- asJSONObject() -
类 qihoo.open.v1.http.Response 中的方法
- Returns the response body as sinat4j.org.json.JSONObject.
- asReader() -
类 qihoo.open.v1.http.Response 中的方法
-
- asStream() -
类 qihoo.open.v1.http.Response 中的方法
- Returns the response stream.
- asString() -
类 qihoo.open.v1.http.Response 中的方法
- Returns the response body as string.
B
- back() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Back up one character.
- BaseModel - qihoo.open.v1.model 中的 类
-
- BaseModel() -
类 qihoo.open.v1.model.BaseModel 的构造方法
-
- BaseModelValidate - qihoo.open.v1.validate 中的 类
-
- BaseModelValidate() -
类 qihoo.open.v1.validate.BaseModelValidate 的构造方法
-
- BaseModelValidate(List<String>, List<String>) -
类 qihoo.open.v1.validate.BaseModelValidate 的构造方法
-
- BaseResponse - qihoo.open.v1.service.response 中的 类
-
- BaseResponse() -
类 qihoo.open.v1.service.response.BaseResponse 的构造方法
-
- BaseService<I extends BaseModel> - qihoo.open.v1.service.impl 中的 类
-
- BaseService() -
类 qihoo.open.v1.service.impl.BaseService 的构造方法
-
- beanTojson(T) -
类 qihoo.open.v1.util.ConvertUtil 中的静态方法
-
- bulkAdd(GetGroupBulkAddRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 添加多个广告组
C
- CalendarUtil - qihoo.open.v1.util 中的 类
-
- CalendarUtil() -
类 qihoo.open.v1.util.CalendarUtil 的构造方法
-
- CalendarUtil.DateFormateType - qihoo.open.v1.util 中的 枚举
-
- Campaign - qihoo.open.v1.model.campaign 中的 类
- 推广计划
- Campaign() -
类 qihoo.open.v1.model.campaign.Campaign 的构造方法
-
- CampaignService - qihoo.open.v1.service.impl 中的 类
-
- CampaignService(ServiceContext) -
类 qihoo.open.v1.service.impl.CampaignService 的构造方法
-
- CampaignStatusType - qihoo.open.v1.model.type 中的 枚举
- 推广计划远程状态
enable 表示启用,pause表示暂停,pending表示待审核,reject表示审核不通过
- checkUpdate(String) -
类 qihoo.open.v1.service.impl.ToolService 中的方法
-
- clazz -
类 qihoo.open.v1.core.VersionService 中的变量
-
- client -
类 qihoo.open.v1.service.impl.BaseService 中的变量
-
- clientLogin(GetAccountClientLoginRequest) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 客户登录
- compareTo(Object) -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- containsElement(Object[], Object) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- Check whether the given array contains the given element
- containsFile(PostParameter[]) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- ConvertUtil - qihoo.open.v1.util 中的 类
-
- ConvertUtil() -
类 qihoo.open.v1.util.ConvertUtil 的构造方法
-
- createSocket(Socket, String, int, boolean) -
类 qihoo.open.v1.http.MySSLSocketFactory 中的方法
-
- createSocket(String, int) -
类 qihoo.open.v1.http.MySSLSocketFactory 中的方法
-
- createSocket(String, int, InetAddress, int) -
类 qihoo.open.v1.http.MySSLSocketFactory 中的方法
-
- createSocket(String, int, InetAddress, int, HttpConnectionParams) -
类 qihoo.open.v1.http.MySSLSocketFactory 中的方法
-
- Creative - qihoo.open.v1.model.creative 中的 类
-
- Creative() -
类 qihoo.open.v1.model.creative.Creative 的构造方法
-
- creative(ReportCreativeRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 生成创意报告
- creativeCount(ReportCreativeCountRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 创意报告记录数量
- CreativeItem - qihoo.open.v1.model.report 中的 类
- 创意报告对象
- CreativeItem() -
类 qihoo.open.v1.model.report.CreativeItem 的构造方法
-
- CreativeService - qihoo.open.v1.service.impl 中的 类
-
- CreativeService(ServiceContext) -
类 qihoo.open.v1.service.impl.CreativeService 的构造方法
-
- CreativeStatusType - qihoo.open.v1.model.type 中的 枚举
- 创意远程状态
enable 表示启用,pause表示暂停,pending表示待审核,reject表示审核不通过
- CustomerAccountInfo - qihoo.open.v1.model.account 中的 类
-
- CustomerAccountInfo() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 的构造方法
-
D
- DATE_FORMAT -
类 qihoo.open.v1.util.CalendarUtil 中的静态变量
-
- DATE_TIME_FORMAT -
类 qihoo.open.v1.util.CalendarUtil 中的静态变量
-
- dehexchar(char) -
类 qihoo.open.v1.json.JSONTokener 中的静态方法
- Get the hex value of a character (base16).
- deleteById(GetCampaignDeleteByIdRequest) -
类 qihoo.open.v1.service.impl.CampaignService 中的方法
- 根据计划id删除相应的推广计划,删除推广计划时,自动将下属的推广组、创意、关键词删除
- deleteById(GetGroupDeleteByIdRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 根据id删除相应的推广组,删除推广组时,自动将下属的创意、关键词删除
- deleteByIdList(GetCreativeDeleteByIdListRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 根据id批量删除创意
- deleteByIdList(GetKeywordDeleteByIdListRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 批量删除关键词
- DeleteByIdResponse - qihoo.open.v1.service.response 中的 类
- 添加响应类
- DeleteByIdResponse() -
类 qihoo.open.v1.service.response.DeleteByIdResponse 的构造方法
-
- disconnect() -
类 qihoo.open.v1.http.Response 中的方法
-
- doubleToString(double) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Produce a string from a double.
E
- encodeParameters(PostParameter[]) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- encrypt(String, String) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- encryptAES(String, String) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- encryptMD5(String) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- encrypttoStr(String, String) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- endArray() -
类 qihoo.open.v1.json.JSONWriter 中的方法
- End an array.
- endObject() -
类 qihoo.open.v1.json.JSONWriter 中的方法
- End an object.
- equals(Object, Object) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- check if the given objects are equal
- equals(Object) -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.model.type.CampaignStatusType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.model.type.CreativeStatusType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.model.type.GroupStatusType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.model.type.KeywordMatchType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.model.type.KeyworkStatusType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.service.param.FieldType 中的方法
-
- equals(String) -
枚举 qihoo.open.v1.service.param.ServiceType 中的方法
-
F
- Failure - qihoo.open.v1.model.common 中的 类
- 调用远程报错时的对象
- Failure() -
类 qihoo.open.v1.model.common.Failure 的构造方法
-
- FieldType - qihoo.open.v1.service.param 中的 枚举
-
- fromCode(String) -
枚举 qihoo.open.v1.model.type.CampaignStatusType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.model.type.CreativeStatusType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.model.type.GroupStatusType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.model.type.KeywordMatchType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.model.type.KeyworkStatusType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.service.param.FieldType 中的静态方法
-
- fromCode(String) -
枚举 qihoo.open.v1.service.param.ServiceType 中的静态方法
-
G
- get(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the object value associated with an index.
- get(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the value object associated with a key.
- getAccessToken() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getAccessToken() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- getAccessToken() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getAccessToken() -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 中的方法
-
- GetAccountClientLoginRequest - qihoo.open.v1.service.request.account 中的 类
- 客户登录的请求
- GetAccountClientLoginRequest() -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 的构造方法
-
- GetAccountClientLoginResponse - qihoo.open.v1.service.response.account 中的 类
-
- GetAccountClientLoginResponse() -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 的构造方法
-
- GetAccountManagerLoginRequest - qihoo.open.v1.service.request.account 中的 类
- 客服登录的请求
- GetAccountManagerLoginRequest() -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 的构造方法
-
- GetAccountManagerLoginResponse - qihoo.open.v1.service.response.account 中的 类
- 客服登录相应类
- GetAccountManagerLoginResponse() -
类 qihoo.open.v1.service.response.account.GetAccountManagerLoginResponse 的构造方法
-
- GetAccountUpdateBudgetResponse - qihoo.open.v1.service.response.account 中的 类
-
- GetAccountUpdateBudgetResponse() -
类 qihoo.open.v1.service.response.account.GetAccountUpdateBudgetResponse 的构造方法
-
- GetAccountUpdateExcludeIpResponse - qihoo.open.v1.service.response.account 中的 类
-
- GetAccountUpdateExcludeIpResponse() -
类 qihoo.open.v1.service.response.account.GetAccountUpdateExcludeIpResponse 的构造方法
-
- getAddTime() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- getAddTime() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getAddTime() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getAddTime() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getAffectedRecords() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 中的方法
-
- getAffectedRecords() -
类 qihoo.open.v1.service.response.DeleteByIdResponse 中的方法
-
- getAffectedRecords() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 中的方法
-
- getAllObjects(GetAllObjectsRequest) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 获取所有对象
- GetAllObjectsRequest - qihoo.open.v1.service.request.account 中的 类
- 获得所有对象的请求
- GetAllObjectsRequest() -
类 qihoo.open.v1.service.request.account.GetAllObjectsRequest 的构造方法
-
- GetAllObjectsResponse - qihoo.open.v1.service.response.account 中的 类
- 根据系列id返回系列下所有的广告组id 响应类
- GetAllObjectsResponse() -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 的构造方法
-
- getAllowDomain() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getApiKey() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getApiKey() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getAppid() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getAppid() -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- getAppSecret() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getAuthInstance(Class<T>, RequestProxy) -
类 qihoo.open.v1.core.RequestProxy 中的静态方法
- 代理方法
- getBalance() -
类 qihoo.open.v1.model.account.Account 中的方法
- 账户余额
- getBoolean(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the boolean value associated with an index.
- getBoolean(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the boolean value associated with a key.
- getBudget() -
类 qihoo.open.v1.model.account.Account 中的方法
- 账户预算
- getBudget() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 推广计划每日预算,默认为 0,null表示不限制
- getCampaign() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- GetCampaignAddRequest - qihoo.open.v1.service.request.campaign 中的 类
- 添加推广计划的请求类
必填:推广计划名称
推广计划每日预算,默认为0,表示不限制
Week字段1-7 表示周一至周日,若其中一星期某天不投放,可跳过,hour 总数为24 其中0为此时段不投放,1为投放。
- GetCampaignAddRequest() -
类 qihoo.open.v1.service.request.campaign.GetCampaignAddRequest 的构造方法
-
- GetCampaignAddResponse - qihoo.open.v1.service.response.campaign 中的 类
- 添加推广计划响应类
- GetCampaignAddResponse() -
类 qihoo.open.v1.service.response.campaign.GetCampaignAddResponse 的构造方法
-
- GetCampaignDeleteByIdRequest - qihoo.open.v1.service.request.campaign 中的 类
- 根据计划id删除相应的推广计划请求类
参数:推广计划id
- GetCampaignDeleteByIdRequest() -
类 qihoo.open.v1.service.request.campaign.GetCampaignDeleteByIdRequest 的构造方法
-
- GetCampaignDeleteByIdResponse - qihoo.open.v1.service.response.campaign 中的 类
- 根据计划id删除相应的推广计划响应类
- GetCampaignDeleteByIdResponse() -
类 qihoo.open.v1.service.response.campaign.GetCampaignDeleteByIdResponse 的构造方法
-
- getCampaignId() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 推广计划id
- getCampaignId() -
类 qihoo.open.v1.model.group.Group 中的方法
- 推广计划id
- getCampaignId() -
类 qihoo.open.v1.service.request.group.GetGroupBulkAddRequest 中的方法
-
- getCampaignId() -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- getCampaignIdList() -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 查询推广帐号的下属推广计划 id
- getCampaignIdList() -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 中的方法
-
- GetCampaignIdListResponse - qihoo.open.v1.service.response.account 中的 类
- 根据系列id返回系列下所有的广告组id 响应类
- GetCampaignIdListResponse() -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 的构造方法
-
- GetCampaignInfoByIdListRequest - qihoo.open.v1.service.request.campaign 中的 类
- 根据id批量获取推广计划的信息请求类
推广计划id集合
- GetCampaignInfoByIdListRequest() -
类 qihoo.open.v1.service.request.campaign.GetCampaignInfoByIdListRequest 的构造方法
-
- GetCampaignInfoByIdListResponse - qihoo.open.v1.service.response.campaign 中的 类
- 根据id批量获取推广计划的信息响应类
- GetCampaignInfoByIdListResponse() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 的构造方法
-
- GetCampaignInfoByIdRequest - qihoo.open.v1.service.request.campaign 中的 类
- 获取推广计划信息请求类
参数推广计划id
- GetCampaignInfoByIdRequest() -
类 qihoo.open.v1.service.request.campaign.GetCampaignInfoByIdRequest 的构造方法
-
- GetCampaignInfoByIdResponse - qihoo.open.v1.service.response.campaign 中的 类
- 获取推广计划信息响应类
- GetCampaignInfoByIdResponse() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 的构造方法
-
- getCampaignList() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 中的方法
-
- GetCampaignUpdateRequest - qihoo.open.v1.service.request.campaign 中的 类
- 修改系列请求类
必填:推广计划id
选填:推广计划名称、推广计划每日预算、投放地域、投放时间段、推广计划开始日期、推广计划结束日期、状态
- GetCampaignUpdateRequest() -
类 qihoo.open.v1.service.request.campaign.GetCampaignUpdateRequest 的构造方法
-
- GetCampaignUpdateResponse - qihoo.open.v1.service.response.campaign 中的 类
- 修改系列响应类
- GetCampaignUpdateResponse() -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 的构造方法
-
- getCause() -
异常 qihoo.open.v1.json.JSONException 中的方法
-
- getChangedIdList(GetCreativeChangedIdListRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的创意
- getChangedIdList(GetKeywordChangedIdListRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词
- getClicks() -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- getClicks() -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- getClicks() -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- getClient() -
类 qihoo.open.v1.Open 中的静态方法
-
- getClient() -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- getCode() -
类 qihoo.open.v1.model.common.Failure 中的方法
- 错误的code
- getCode() -
枚举 qihoo.open.v1.model.type.CampaignStatusType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.model.type.CreativeStatusType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.model.type.GroupStatusType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.model.type.KeywordMatchType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.model.type.KeyworkStatusType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.service.param.FieldType 中的方法
-
- getCode() -
枚举 qihoo.open.v1.service.param.ServiceType 中的方法
-
- getContentType() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- getCreate_time() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getCreative() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- GetCreativeAddRequest - qihoo.open.v1.service.request.creative 中的 类
- 添加创意请求类
必填:广告组id、广告标题、广告描述1、链接网址
选填::广告描述2、显示网址
显示网址,如果不填,默认为链接网址的域名
- GetCreativeAddRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeAddRequest 的构造方法
-
- GetCreativeAddResponse - qihoo.open.v1.service.response.creative 中的 类
- 添加创意响应类
- GetCreativeAddResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeAddResponse 的构造方法
-
- GetCreativeChangedIdListRequest - qihoo.open.v1.service.request.creative 中的 类
- 查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的创意请求类
- GetCreativeChangedIdListRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeChangedIdListRequest 的构造方法
-
- GetCreativeChangedIdListResponse - qihoo.open.v1.service.response.creative 中的 类
-
- GetCreativeChangedIdListResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 的构造方法
-
- GetCreativeDeleteByIdListRequest - qihoo.open.v1.service.request.creative 中的 类
- 根据id批量删除创意请求类
参数为创意的id集合
- GetCreativeDeleteByIdListRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeDeleteByIdListRequest 的构造方法
-
- GetCreativeDeleteByIdListResponse - qihoo.open.v1.service.response.creative 中的 类
- 根据id批量删除创意响应类
- GetCreativeDeleteByIdListResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeDeleteByIdListResponse 的构造方法
-
- getCreativeId() -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- getCreativeIdList() -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 中的方法
-
- getCreativeIdList() -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 中的方法
-
- GetCreativeIdListByGroupIdRequest - qihoo.open.v1.service.request.creative 中的 类
- 根据广告组id获取组下面相应的创意id请求类
广告组id必填
- GetCreativeIdListByGroupIdRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 的构造方法
-
- GetCreativeIdListByGroupIdResponse - qihoo.open.v1.service.response.creative 中的 类
- 根据广告组id获取组下面相应的创意id响应类
- GetCreativeIdListByGroupIdResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 的构造方法
-
- GetCreativeInfoByIdListRequest - qihoo.open.v1.service.request.creative 中的 类
- 批量获取创意详细信息请求类
参数为创意Id集合
- GetCreativeInfoByIdListRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeInfoByIdListRequest 的构造方法
-
- GetCreativeInfoByIdListResponse - qihoo.open.v1.service.response.creative 中的 类
- 批量获取创意详细信息响应类
- GetCreativeInfoByIdListResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 的构造方法
-
- GetCreativeInfoByIdRequest - qihoo.open.v1.service.request.creative 中的 类
- 根据id获取创意信息请求类
参数创意id
- GetCreativeInfoByIdRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeInfoByIdRequest 的构造方法
-
- GetCreativeInfoByIdResponse - qihoo.open.v1.service.response.creative 中的 类
- 根据id获取创意信息响应类
- GetCreativeInfoByIdResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 的构造方法
-
- getCreativeList() -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 中的方法
-
- getCreativeList() -
类 qihoo.open.v1.service.response.report.ReportCreativeResponse 中的方法
-
- getCreatives() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 中的方法
-
- GetCreativeStatusByIdListRequest - qihoo.open.v1.service.request.creative 中的 类
- 批量获取创意状态请求类
参数为创意id集合
- GetCreativeStatusByIdListRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeStatusByIdListRequest 的构造方法
-
- GetCreativeStatusByIdListResponse - qihoo.open.v1.service.response.creative 中的 类
- 批量获取创意状态响应类
- GetCreativeStatusByIdListResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 的构造方法
-
- GetCreativeStatusType - qihoo.open.v1.service.response.model 中的 类
-
- GetCreativeStatusType() -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 的构造方法
-
- GetCreativeUpdateByIdListRequest - qihoo.open.v1.service.request.creative 中的 类
- 批量更新创意请求请求类
此类是将状态、标是、目标地址、显示地址,批量设置成一种值的方式,所以这些参数可以对应多个id
- GetCreativeUpdateByIdListRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 的构造方法
-
- GetCreativeUpdateByIdListResponse - qihoo.open.v1.service.response.creative 中的 类
- 批量更新创意的某个字段值响应类
- GetCreativeUpdateByIdListResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 的构造方法
-
- GetCreativeUpdateRequest - qihoo.open.v1.service.request.creative 中的 类
- 修改创意请求类
创意id必须的
状态选填,一个请求中,无法同时修改status和创意其他字段,否则会忽略状态的修改
广告标题、广告描述1、广告描述2、链接网址、显示网址选填
广告描述1,修改创意的描述,必须同时传新的描述1和新的描述2,如果只传描述21,则等效于更新描述21并删除原来的描述2
广告᧿述2,如果要修改描述2,必须同时传描述1,否则忽略该修改
显示网址,如果不填,默认为链接网址的域名
- GetCreativeUpdateRequest() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateRequest 的构造方法
-
- GetCreativeUpdateResponse - qihoo.open.v1.service.response.creative 中的 类
- 修改创意响应类
- GetCreativeUpdateResponse() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 的构造方法
-
- getCustomerList() -
类 qihoo.open.v1.service.response.account.GetAccountManagerLoginResponse 中的方法
-
- getDate(Date, CalendarUtil.DateFormateType) -
类 qihoo.open.v1.model.BaseModel 中的方法
- 根据指定的格式把日期格式化
- getDate() -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- getDate() -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- getDate() -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- getDate(String) -
类 qihoo.open.v1.util.CalendarUtil 中的静态方法
-
- getDateTime(String) -
类 qihoo.open.v1.util.CalendarUtil 中的静态方法
-
- getDescription() -
类 qihoo.open.v1.model.common.Failure 中的方法
- 错误的描述信息,再做基本操作时,只要是基本数据错误,会指出是那个属性有问题
- getDescription1() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告描述1
- getDescription2() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告描述2
- getDestinationUrl() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getDestinationUrl() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 链接网址
- getDestinationUrl() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- getDestinationUrl() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getDisplayUrl() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 显示网址,如果不填,默认为链接网址的域名
- getDisplayUrl() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- getDouble(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the double value associated with an index.
- getDouble(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the double value associated with a key.
- getEndDate() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 推广计划结束日期,默认永久有效
- getError() -
异常 qihoo.open.v1.common.QihooOpenException 中的方法
-
- getErrorCode() -
异常 qihoo.open.v1.common.QihooOpenException 中的方法
-
- getExact() -
类 qihoo.open.v1.model.common.AddKeywords 中的方法
-
- getExact() -
类 qihoo.open.v1.model.common.NegativeWords 中的方法
-
- getExactNegativeWords() -
类 qihoo.open.v1.model.group.Group 中的方法
- 精确否定关键词集合
- getExcludeIp() -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 获取IP排除列表
- getExcludeIpList() -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 中的方法
-
- GetExcludeIpResponse - qihoo.open.v1.service.response.account 中的 类
- 获取IP排除列表响应类
- GetExcludeIpResponse() -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 的构造方法
-
- getFailures() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.BaseModel 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getFailures() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetAccountUpdateBudgetResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetAccountUpdateExcludeIpResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.account.GetFileStateResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.AddResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.BaseResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.DeleteByIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.IdListReponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportCreativeResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportKeywordResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.report.ReportRegionResponse 中的方法
-
- getFailures() -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- getFile() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- getFileId() -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 中的方法
-
- getFileState(String) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 在调用 getAllObjects 接口后使用,查询数据文件是否已经生成
- GetFileStateResponse - qihoo.open.v1.service.response.account 中的 类
- 根据系列id返回系列下所有的广告组id 响应类
- GetFileStateResponse() -
类 qihoo.open.v1.service.response.account.GetFileStateResponse 的构造方法
-
- getForbiddenFields() -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- getForbiddenFiledMap(String) -
类 qihoo.open.v1.Open 中的静态方法
-
- getFormTime() -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- getFromTime() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getFromTime() -
类 qihoo.open.v1.service.request.creative.GetCreativeChangedIdListRequest 中的方法
-
- getFromTime() -
类 qihoo.open.v1.service.request.keyword.GetKeywordChangedIdListRequest 中的方法
-
- getGroup() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- GetGroupAddRequest - qihoo.open.v1.service.request.group 中的 类
- 添加广告组请求类
必填:推广计划id、广告组名称、广告组出价
- GetGroupAddRequest() -
类 qihoo.open.v1.service.request.group.GetGroupAddRequest 的构造方法
-
- GetGroupAddResponse - qihoo.open.v1.service.response.group 中的 类
- 添加广告组响应类
- GetGroupAddResponse() -
类 qihoo.open.v1.service.response.group.GetGroupAddResponse 的构造方法
-
- GetGroupBulkAddRequest - qihoo.open.v1.service.request.group 中的 类
- 添加多个广告组请求类
多个广告组在属于同一个推广计划
必填:推广计划id,广告组名称、广告出价
- GetGroupBulkAddRequest() -
类 qihoo.open.v1.service.request.group.GetGroupBulkAddRequest 的构造方法
-
- GetGroupBulkAddResponse - qihoo.open.v1.service.response.group 中的 类
- 添加多个广告组响应类
- GetGroupBulkAddResponse() -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 的构造方法
-
- GetGroupDeleteByIdRequest - qihoo.open.v1.service.request.group 中的 类
- 根据id删除相应的推广组请求类
参数广告组id
- GetGroupDeleteByIdRequest() -
类 qihoo.open.v1.service.request.group.GetGroupDeleteByIdRequest 的构造方法
-
- GetGroupDeleteByIdResponse - qihoo.open.v1.service.response.group 中的 类
- 根据id删除广告组响应类
- GetGroupDeleteByIdResponse() -
类 qihoo.open.v1.service.response.group.GetGroupDeleteByIdResponse 的构造方法
-
- getGroupId() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告组id
- getGroupId() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 广告组id
- getGroupId() -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 中的方法
-
- getGroupId() -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- getGroupIdList() -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 中的方法
-
- GetGroupIdListByCampaignIdRequest - qihoo.open.v1.service.request.group 中的 类
- 根据推广计划id返回广告组id的请求请求类
必填:推广计划id
- GetGroupIdListByCampaignIdRequest() -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 的构造方法
-
- GetGroupIdListByCampaignIdResponse - qihoo.open.v1.service.response.group 中的 类
- 根据推广计划id返回系列下所有的广告组id 响应类
- GetGroupIdListByCampaignIdResponse() -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 的构造方法
-
- GetGroupInfoByIdListRequest - qihoo.open.v1.service.request.group 中的 类
- 批量获取该广告组的信息请求类
参数为广告组id集合
- GetGroupInfoByIdListRequest() -
类 qihoo.open.v1.service.request.group.GetGroupInfoByIdListRequest 的构造方法
-
- GetGroupInfoByIdListResponse - qihoo.open.v1.service.response.group 中的 类
- 批量获取该广告组的信息响应类
- GetGroupInfoByIdListResponse() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 的构造方法
-
- GetGroupInfoByIdRequest - qihoo.open.v1.service.request.group 中的 类
- 根据广告id 获取组信息请求类
参数为广告组id
- GetGroupInfoByIdRequest() -
类 qihoo.open.v1.service.request.group.GetGroupInfoByIdRequest 的构造方法
-
- GetGroupInfoByIdResponse - qihoo.open.v1.service.response.group 中的 类
- 根据广告id 获取组信息响应类
- GetGroupInfoByIdResponse() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 的构造方法
-
- getGroupList() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 中的方法
-
- getGroups() -
类 qihoo.open.v1.service.request.group.GetGroupBulkAddRequest 中的方法
-
- getGroupsIdList() -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 中的方法
-
- GetGroupUpdateRequest - qihoo.open.v1.service.request.group 中的 类
- 修改一个广告组请求类
必填:广告组id
选填:广告组状态、广告组名称、广告组默认出价、否定关键词
- GetGroupUpdateRequest() -
类 qihoo.open.v1.service.request.group.GetGroupUpdateRequest 的构造方法
-
- GetGroupUpdateResponse - qihoo.open.v1.service.response.group 中的 类
- 修改广告组响应类
- GetGroupUpdateResponse() -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 的构造方法
-
- getHour() -
类 qihoo.open.v1.model.campaign.Week 中的方法
- 投放的小时集合
hour 总数为 24 其中 0 为此时段不投放,1 为投放
- getId() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 系列的远程Id
- getId() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告id
- getId() -
类 qihoo.open.v1.model.group.Group 中的方法
- 广告组id
- getId() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 关键词id
- getId() -
类 qihoo.open.v1.service.response.AddResponse 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 中的方法
-
- getId() -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- getId() -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.IdListRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getIdList() -
类 qihoo.open.v1.service.response.IdListReponse 中的方法
-
- getIdList() -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- getIdListByCampaignId(GetGroupIdListByCampaignIdRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 根据推广计划id查询所有或满足条件的广告组id
- getIdListByGroupId(GetCreativeIdListByGroupIdRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 根据广告组id查询所有或满足条件的创意id
- getIdListByGroupId(GetKeywordIdListByGroupIdRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 根据广告组id查询所有或满足条件的关键词id
- getInfo() -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 查询推广帐号信息
- getInfoById(GetCampaignInfoByIdRequest) -
类 qihoo.open.v1.service.impl.CampaignService 中的方法
- 根据推广计划远程id获取推广计划信息
- getInfoById(GetCreativeInfoByIdRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 获取创意详细信息
- getInfoById(GetGroupInfoByIdRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 根据一个广告组id,获取该广告组的信息
- getInfoById(GetKeywordInfoByIdRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 根据关键词id获取关键词所有信息
- getInfoByIdList(GetCampaignInfoByIdListRequest) -
类 qihoo.open.v1.service.impl.CampaignService 中的方法
- 根据id批量获取推广计划的信息
- getInfoByIdList(GetCreativeInfoByIdListRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 批量获取创意详细信息
- getInfoByIdList(GetGroupInfoByIdListRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 批量获取该广告组的信息
- getInfoByIdList(GetKeywordInfoByIdListRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 批量获取关键词的基本信息
- getInstance() -
类 qihoo.open.v1.core.ServiceFactory 中的静态方法
-
- getInstance(ServiceContext) -
类 qihoo.open.v1.core.ServiceFactory 中的静态方法
-
- getInstance(String) -
类 qihoo.open.v1.core.ServiceFactory 中的静态方法
-
- getInt(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the int value associated with an index.
- getInt(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the int value associated with a key.
- getInternalService(Class<T>) -
类 qihoo.open.v1.core.ServiceFactory 中的方法
-
- getInternalService(Class<T>) -
类 qihoo.open.v1.core.VersionService 中的方法
-
- getJSONArray(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the JSONArray associated with an index.
- getJSONArray(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the JSONArray value associated with a key.
- getJSONObject(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the JSONObject associated with an index.
- getJSONObject(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the JSONObject value associated with a key.
- getKeyword() -
类 qihoo.open.v1.service.request.keyword.GetKeywordAddByGroupIdListRequest 中的方法
-
- getKeyword() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- GetKeywordAddByGroupIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
-
- GetKeywordAddByGroupIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordAddByGroupIdListRequest 的构造方法
-
- GetKeywordAddByGroupIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
-
- GetKeywordAddByGroupIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 的构造方法
-
- GetKeywordAddRequest - qihoo.open.v1.service.request.keyword 中的 类
- 添加关键词请求类
必须传广告组id、关键词、关键词匹配方式
price和url可以不填,price如果不填或者值为0,默认为广告组出价,url不填则使用创意的链接网址
- GetKeywordAddRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordAddRequest 的构造方法
-
- GetKeywordAddResponse - qihoo.open.v1.service.response.keyword 中的 类
- 添加关键司响应类
- GetKeywordAddResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddResponse 的构造方法
-
- GetKeywordChangedIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
- 查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词请求类
- GetKeywordChangedIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordChangedIdListRequest 的构造方法
-
- GetKeywordChangedIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
- 查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词响应类
- GetKeywordChangedIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 的构造方法
-
- GetKeywordDeleteByIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
- 批量删除关键词请求类
传关键词id集合
- GetKeywordDeleteByIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordDeleteByIdListRequest 的构造方法
-
- GetKeywordDeleteByIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
- 批量删除关键词响应类
- GetKeywordDeleteByIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordDeleteByIdListResponse 的构造方法
-
- getKeywordId() -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- getKeywordIdList() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 中的方法
-
- getKeywordIdList() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddResponse 中的方法
-
- getKeywordIdList() -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 中的方法
-
- getKeywordIdList() -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 中的方法
-
- GetKeywordIdListByGroupIdRequest - qihoo.open.v1.service.request.keyword 中的 类
- 根据广告组id查询所有或满足条件的关键词id请求类
- GetKeywordIdListByGroupIdRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 的构造方法
-
- GetKeywordIdListByGroupIdResponse - qihoo.open.v1.service.response.keyword 中的 类
- 根据广告组id查询所有或满足条件的关键词id响应类
- GetKeywordIdListByGroupIdResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 的构造方法
-
- GetKeywordInfoByIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
- 批量获取关键词的基本信息请求类
传id的集合
- GetKeywordInfoByIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordInfoByIdListRequest 的构造方法
-
- GetKeywordInfoByIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
- 批量获取关键词的基本信息响应类
- GetKeywordInfoByIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 的构造方法
-
- GetKeywordInfoByIdRequest - qihoo.open.v1.service.request.keyword 中的 类
- 根据关键词id获取关键词所有信息请求类
关键词id必须
- GetKeywordInfoByIdRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordInfoByIdRequest 的构造方法
-
- GetKeywordInfoByIdResponse - qihoo.open.v1.service.response.keyword 中的 类
- 根据id获取关键词的信息响应类
- GetKeywordInfoByIdResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 的构造方法
-
- getKeywordList() -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 中的方法
-
- getKeywordList() -
类 qihoo.open.v1.service.response.report.ReportKeywordResponse 中的方法
-
- getKeywordMatchType() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getKeywords() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 中的方法
-
- getKeywordStatus() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- GetKeywordStatusByIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
- 根据关键词id获取关键词的状态和质量度请求类
传关键词id集合
- GetKeywordStatusByIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordStatusByIdListRequest 的构造方法
-
- GetKeywordStatusByIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
- 根据关键词id获取关键词的状态和质量度响应类
- GetKeywordStatusByIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 的构造方法
-
- GetKeywordStatusType - qihoo.open.v1.service.response.model 中的 类
-
- GetKeywordStatusType() -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 的构造方法
-
- GetKeywordUpdateByIdListRequest - qihoo.open.v1.service.request.keyword 中的 类
- 批量更新关键词请求类
此类是将出价、状态、地址、匹配模式,批量设置成一种值的方式,所以这些参数可以对应多个id
- GetKeywordUpdateByIdListRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 的构造方法
-
- GetKeywordUpdateByIdListResponse - qihoo.open.v1.service.response.keyword 中的 类
- 批量更新关键词的某个字段值响应类
- GetKeywordUpdateByIdListResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 的构造方法
-
- GetKeywordUpdateRequest - qihoo.open.v1.service.request.keyword 中的 类
- 更新关键词请求类
关键词id必须传
状态enable表示启用,pause表示暂停,不能同时修改status和其他字段,否则修改无效。
- GetKeywordUpdateRequest() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateRequest 的构造方法
-
- GetKeywordUpdateResponse - qihoo.open.v1.service.response.keyword 中的 类
- 更新关键词响应类
- GetKeywordUpdateResponse() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 的构造方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- getLevel() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getLong(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the long value associated with an index.
- getLong(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the long value associated with a key.
- getMatchType() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 关键词匹配方式
- getMatchType() -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- getMatchType() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getMessage() -
类 qihoo.open.v1.model.common.Failure 中的方法
- 错误的信息,错误的具体原因
- getModel() -
类 qihoo.open.v1.service.request.IModelRequest 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.BaseModel 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getModelId() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getModels() -
类 qihoo.open.v1.service.request.IModelsRequest 中的方法
-
- getName() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- getName() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 推广计划名称
- getName() -
类 qihoo.open.v1.model.group.Group 中的方法
- 广告组名称
- getNames(JSONObject) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Get an array of field names from a JSONObject.
- getNames(Object) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Get an array of field names from an Object.
- getNegativeWords() -
类 qihoo.open.v1.model.group.Group 中的方法
- 短语否定关键词集合
- getObject() -
类 qihoo.open.v1.service.request.ObjectRequest 中的方法
-
- getPage() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- getPage() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- getPage() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getParameterArray(String, String) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- getParameterArray(String, int) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- getParameterArray(String, String, String, String) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- getParameterArray(String, int, String, int) -
类 qihoo.open.v1.http.model.PostParameter 中的静态方法
-
- getParameters() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.BaseModel 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getParameters() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getParameters() -
类 qihoo.open.v1.service.request.keyword.GetKeywordAddRequest 中的方法
-
- getParams() -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- getParentId() -
类 qihoo.open.v1.service.request.IModelsRequest 中的方法
-
- getParseFormat() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getParseFormat() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getPassword() -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- getPassword() -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- getPhrase() -
类 qihoo.open.v1.model.common.AddKeywords 中的方法
-
- getPhrase() -
类 qihoo.open.v1.model.common.NegativeWords 中的方法
-
- getPostParameter() -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.creative.GetCreativeChangedIdListRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.group.GetGroupBulkAddRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.keyword.GetKeywordChangedIdListRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- getPostParameters() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getPrice() -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- getPrice() -
类 qihoo.open.v1.model.group.Group 中的方法
- 广告组默认出价
- getPrice() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 关键词价格
- getPrice() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getQualityScore() -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- getRegion() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 投放地域,json 格式的地域 id 数组,默认为全地域投放
- getRegion() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- getRegion() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getRegionId() -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- getRegionList() -
类 qihoo.open.v1.service.response.report.ReportRegionResponse 中的方法
-
- getRequest() -
异常 qihoo.open.v1.common.QihooOpenException 中的方法
-
- getRequiredFields() -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- getRequiredFiledMap(String) -
类 qihoo.open.v1.Open 中的静态方法
-
- getResources() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getResponseAsString() -
类 qihoo.open.v1.http.Response 中的方法
-
- getResponseHeader(String) -
类 qihoo.open.v1.http.Response 中的方法
-
- getSchedule() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- json 格式,Week 字段 1-7 表示周一至周日,若其中一 星期某天不投放,可跳过, hour 总数为 24 其中 0 为此时段不投放,1
为投放。
- getServeToken() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getServeToken() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getService(Class<T>) -
类 qihoo.open.v1.core.VersionService 中的方法
-
- getSessionToken() -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- getSessionToken() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- getSessionToken() -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- getSessionToken() -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 中的方法
-
- getStartDate() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 推广计划开始日期,默认为添加之日开始
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- getStartDate() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
- 推广计划在远程的状态
- getStatus() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告状态
- getStatus() -
类 qihoo.open.v1.model.group.Group 中的方法
- 广告组状态
- getStatus() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 关键词状态
- getStatus() -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 中的方法
-
- getStatus() -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- getStatusByIdList(GetCreativeStatusByIdListRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 批量获取创意状态
- getStatusByIdList(GetKeywordStatusByIdListRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 根据关键词id获取关键词的状态和质量度
- getStatusCode() -
异常 qihoo.open.v1.common.QihooOpenException 中的方法
-
- getStatusCode() -
类 qihoo.open.v1.http.Response 中的方法
-
- getString(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the string associated with an index.
- getString(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the string associated with a key.
- getSysemParamenter() -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- getTitle() -
类 qihoo.open.v1.model.creative.Creative 中的方法
- 广告标题
- getTitle() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- GetToolCheckUpdateResponse - qihoo.open.v1.service.response.tool 中的 类
-
- GetToolCheckUpdateResponse() -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 的构造方法
-
- getTotalCost() -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- getTotalCost() -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- getTotalCost() -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- getTotalNumber() -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- getTotalNumber() -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- getTotalNumber() -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- getTotalPage() -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- getTotalPage() -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- getTotalPage() -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- getUid() -
类 qihoo.open.v1.model.account.Account 中的方法
- 账户ID
- getUid() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- GetUpdateExcludeIpRequest - qihoo.open.v1.service.request.account 中的 类
-
- GetUpdateExcludeIpRequest() -
类 qihoo.open.v1.service.request.account.GetUpdateExcludeIpRequest 的构造方法
-
- getUpdateTime() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- getUpdateTime() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- getUpdateTime() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- getUpdateTime() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- getUrl() -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- getUrl() -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- getUrl() -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- getUserName() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- getUserName() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- getUsername() -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- getUsername() -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- getValidateMap(String) -
类 qihoo.open.v1.Open 中的静态方法
-
- getValue() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- getViews() -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- getViews() -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- getViews() -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- getWeek() -
类 qihoo.open.v1.model.campaign.Week 中的方法
- 投放的星期
1-7 表示周一至周日
- getWord() -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- getWord() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
- 关键词
- Group - qihoo.open.v1.model.group 中的 类
-
- Group() -
类 qihoo.open.v1.model.group.Group 的构造方法
-
- GroupService - qihoo.open.v1.service.impl 中的 类
-
- GroupService(ServiceContext) -
类 qihoo.open.v1.service.impl.GroupService 的构造方法
-
- GroupStatusType - qihoo.open.v1.model.type 中的 枚举
- 推广组远程状态
enable 表示启用,pause表示暂停,pending表示待审核,reject表示审核不通过
H
- has(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Determine if the JSONObject contains a specific key.
- hashCode() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- HttpClient - qihoo.open.v1.http 中的 类
-
- HttpClient(HttpClient, String, SystemParameter) -
类 qihoo.open.v1.http.HttpClient 的构造方法
-
- httpRequest(HttpMethod) -
类 qihoo.open.v1.http.HttpClient 中的方法
-
- httpRequest(HttpMethod, Boolean) -
类 qihoo.open.v1.http.HttpClient 中的方法
-
I
- IdListReponse - qihoo.open.v1.service.response 中的 类
-
- IdListReponse() -
类 qihoo.open.v1.service.response.IdListReponse 的构造方法
-
- IdListRequest - qihoo.open.v1.service.request 中的 类
- id集合请求参数类
- IdListRequest() -
类 qihoo.open.v1.service.request.IdListRequest 的构造方法
-
- IModelRequest<T extends BaseModel> - qihoo.open.v1.service.request 中的 类
-
- IModelRequest() -
类 qihoo.open.v1.service.request.IModelRequest 的构造方法
-
- IModelsRequest<T extends BaseModel> - qihoo.open.v1.service.request 中的 类
-
- IModelsRequest() -
类 qihoo.open.v1.service.request.IModelsRequest 的构造方法
-
- initHttpClient(int, int, int, int) -
类 qihoo.open.v1.Open 中的静态方法
-
- intercept(Object, Method, Object[], MethodProxy) -
类 qihoo.open.v1.core.RequestProxy 中的方法
- 方法拦截器
- isCheckedException(Throwable) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- Return whether the given throwable is a checked exception
- isEmpty(Object[]) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- return whether the given array is empty
- isEmpty(Collection<?>) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
- return whether the given array is empty
- isEmpty(String) -
类 qihoo.open.v1.util.ObjectUtil 中的静态方法
-
- isEmpty(List<?>) -
类 qihoo.open.v1.util.ObjectUtil 中的静态方法
-
- isEmpty(Set<?>) -
类 qihoo.open.v1.util.ObjectUtil 中的静态方法
-
- isEmputy(Collection<?>) -
类 qihoo.open.v1.util.ObjectUtil 中的静态方法
-
- isFile() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- isGZIP -
类 qihoo.open.v1.core.VersionService 中的变量
-
- isNull(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Determine if the value is null.
- isNull(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Determine if the value associated with the key is null or if there is no
value.
- IValidate - qihoo.open.v1.validate 中的 接口
-
J
- join(String) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Make a string from the contents of this JSONArray.
- JSONArray - qihoo.open.v1.json 中的 类
- A JSONArray is an ordered sequence of values.
- JSONArray() -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct an empty JSONArray.
- JSONArray(JSONTokener) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from a JSONTokener.
- JSONArray(String) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from a source JSON text.
- JSONArray(Collection) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from a Collection.
- JSONArray(Collection, boolean) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from a collection of beans.
- JSONArray(Object) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from an array
- JSONArray(Object, boolean) -
类 qihoo.open.v1.json.JSONArray 的构造方法
- Construct a JSONArray from an array with a bean.
- JSONException - qihoo.open.v1.json 中的 异常
- The JSONException is thrown by the JSON.org classes then things are amiss.
- JSONException(String) -
异常 qihoo.open.v1.json.JSONException 的构造方法
- Constructs a JSONException with an explanatory message.
- JSONException(Throwable) -
异常 qihoo.open.v1.json.JSONException 的构造方法
-
- JSONObject - qihoo.open.v1.json 中的 类
- A JSONObject is an unordered collection of name/value pairs.
- JSONObject() -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from a JSONTokener.
- JSONObject(Map) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from a Map.
- JSONObject(Map, boolean) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from a Map.
- JSONObject(Object) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, boolean) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct JSONObject from the given bean.
- JSONObject(Object, String[]) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) -
类 qihoo.open.v1.json.JSONObject 的构造方法
- Construct a JSONObject from a source JSON text string.
- JSONString - qihoo.open.v1.json 中的 接口
- The
JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
, and
JSONWriter.value(
Object)
. - JSONStringer - qihoo.open.v1.json 中的 类
- JSONStringer provides a quick and convenient way of producing JSON text.
- JSONStringer() -
类 qihoo.open.v1.json.JSONStringer 的构造方法
- Make a fresh JSONStringer.
- JSONTokener - qihoo.open.v1.json 中的 类
- A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) -
类 qihoo.open.v1.json.JSONTokener 的构造方法
- Construct a JSONTokener from a string.
- JSONTokener(String) -
类 qihoo.open.v1.json.JSONTokener 的构造方法
- Construct a JSONTokener from a string.
- jsonToList(String, Class<T>) -
类 qihoo.open.v1.util.ConvertUtil 中的静态方法
-
- jsonToObject(String, Class<T>) -
类 qihoo.open.v1.util.ConvertUtil 中的静态方法
-
- jsonToSet(String, Class<T>) -
类 qihoo.open.v1.util.ConvertUtil 中的静态方法
-
- JSONWriter - qihoo.open.v1.json 中的 类
- JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(Writer) -
类 qihoo.open.v1.json.JSONWriter 的构造方法
- Make a fresh JSONWriter.
K
- key(String) -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Append a key.
- keys() -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an enumeration of the keys of the JSONObject.
- Keyword - qihoo.open.v1.model.keyword 中的 类
-
- Keyword() -
类 qihoo.open.v1.model.keyword.Keyword 的构造方法
-
- keyword(ReportKeywordRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 生成关键词报告
- keywordCount(ReportKeywordCountRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 关键词报告记录数量
- KeywordItem - qihoo.open.v1.model.report 中的 类
- 关键词报告对象
- KeywordItem() -
类 qihoo.open.v1.model.report.KeywordItem 的构造方法
-
- KeywordMatchType - qihoo.open.v1.model.type 中的 枚举
- 关键词匹配方式
exact:精确,phrase:短语,broad:广泛
- KeywordService - qihoo.open.v1.service.impl 中的 类
-
- KeywordService(ServiceContext) -
类 qihoo.open.v1.service.impl.KeywordService 的构造方法
-
- KeyworkStatusType - qihoo.open.v1.model.type 中的 枚举
- 关键词远程状态
enable 表示启用,pause表示暂停,pending表示待审核,reject表示审核不通过
L
- length() -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the number of elements in the JSONArray, included nulls.
- length() -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get the number of keys stored in the JSONObject.
- listTojson(List<T>) -
类 qihoo.open.v1.util.ConvertUtil 中的静态方法
-
- log -
类 qihoo.open.v1.core.VersionService 中的静态变量
-
M
- makeIdentifiableString(BaseModel, Object...) -
类 qihoo.open.v1.model.BaseModel 中的方法
-
- managerLogin(GetAccountManagerLoginRequest) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 客服登录
- mode -
类 qihoo.open.v1.json.JSONWriter 中的变量
- The current mode.
- model -
类 qihoo.open.v1.service.request.IModelRequest 中的变量
-
- models -
类 qihoo.open.v1.service.request.IModelsRequest 中的变量
-
- more() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Determine if the source string still contains characters that next() can
consume.
- MySSLSocketFactory - qihoo.open.v1.http 中的 类
-
- MySSLSocketFactory() -
类 qihoo.open.v1.http.MySSLSocketFactory 的构造方法
-
N
- names() -
类 qihoo.open.v1.json.JSONObject 中的方法
- Produce a JSONArray containing the names of the elements of this
JSONObject.
- NegativeWords - qihoo.open.v1.model.common 中的 类
- 否定关键词转化bean
- NegativeWords() -
类 qihoo.open.v1.model.common.NegativeWords 的构造方法
-
- next() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the next character in the source string.
- next(char) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Consume the next character, and check that it matches a specified
character.
- next(int) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the next n characters.
- nextClean() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the next char in the string, skipping whitespace.
- nextString(char) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Return the characters up to the next close quote character.
- nextTo(char) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the text up but not including the specified character or the end of
line, whichever comes first.
- nextTo(String) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextValue() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Get the next value.
- noProxyMethods -
类 qihoo.open.v1.Open 中的静态变量
-
- noVersionMethods -
类 qihoo.open.v1.Open 中的静态变量
-
- NULL -
类 qihoo.open.v1.json.JSONObject 中的静态变量
- It is sometimes more convenient and less ambiguous to have a
NULL
object than to use Java's null
value.
- numberToString(Number) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Produce a string from a Number.
O
- object() -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Begin appending a new object.
- ObjectRequest - qihoo.open.v1.service.request 中的 类
-
- ObjectRequest() -
类 qihoo.open.v1.service.request.ObjectRequest 的构造方法
-
- ObjectUtil - qihoo.open.v1.util 中的 类
-
- ObjectUtil() -
类 qihoo.open.v1.util.ObjectUtil 的构造方法
-
- ObjectUtils - qihoo.open.v1.core 中的 类
- Miscellaneous object utility methods the class is writting. from spring
source.
- ObjectUtils() -
类 qihoo.open.v1.core.ObjectUtils 的构造方法
-
- Open - qihoo.open.v1 中的 类
-
- Open() -
类 qihoo.open.v1.Open 的构造方法
-
- opt(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional object value associated with an index.
- opt(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional value associated with a key.
- optBoolean(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional boolean value associated with an index.
- optBoolean(int, boolean) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional boolean value associated with an index.
- optBoolean(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional boolean associated with a key.
- optBoolean(String, boolean) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional boolean associated with a key.
- optDouble(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional double value associated with an index.
- optDouble(int, double) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional double value associated with an index.
- optDouble(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional double associated with a key, or NaN if there is no such
key or if its value is not a number.
- optDouble(String, double) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional double associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optInt(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional int value associated with an index.
- optInt(int, int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional int value associated with an index.
- optInt(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional int value associated with a key, or zero if there is no
such key or if the value is not a number.
- optInt(String, int) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional int value associated with a key, or the default if there
is no such key or if the value is not a number.
- optJSONArray(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional JSONArray associated with an index.
- optJSONArray(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional JSONArray associated with a key.
- optJSONObject(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional JSONObject associated with an index.
- optJSONObject(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional JSONObject associated with a key.
- optLong(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional long value associated with an index.
- optLong(int, long) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional long value associated with an index.
- optLong(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional long value associated with a key, or zero if there is no
such key or if the value is not a number.
- optLong(String, long) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional long value associated with a key, or the default if there
is no such key or if the value is not a number.
- optString(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional string value associated with an index.
- optString(int, String) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Get the optional string associated with an index.
- optString(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional string associated with a key.
- optString(String, String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an optional string associated with a key.
P
- params -
类 qihoo.open.v1.service.impl.BaseService 中的变量
-
- parentId -
类 qihoo.open.v1.service.request.IModelsRequest 中的变量
-
- parseByte2HexStr(byte[]) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- parseFormat -
类 qihoo.open.v1.core.VersionService 中的变量
-
- parseHexStr2Byte(String) -
类 qihoo.open.v1.core.ObjectUtils 中的静态方法
-
- ParticularDataValidate - qihoo.open.v1.validate 中的 类
-
- ParticularDataValidate() -
类 qihoo.open.v1.validate.ParticularDataValidate 的构造方法
-
- ParticularRequest - qihoo.open.v1.service.request 中的 类
-
- ParticularRequest() -
类 qihoo.open.v1.service.request.ParticularRequest 的构造方法
-
- post(List<PostParameter>) -
类 qihoo.open.v1.http.HttpClient 中的方法
- 处理http post请求
- post(PostParameter[], Boolean, int) -
类 qihoo.open.v1.http.HttpClient 中的方法
- 处理http post请求
- PostParameter - qihoo.open.v1.http.model 中的 类
-
- PostParameter(String, String) -
类 qihoo.open.v1.http.model.PostParameter 的构造方法
-
- PostParameter(String, Long) -
类 qihoo.open.v1.http.model.PostParameter 的构造方法
-
- PostParameter(String, double) -
类 qihoo.open.v1.http.model.PostParameter 的构造方法
-
- PostParameter(String, int) -
类 qihoo.open.v1.http.model.PostParameter 的构造方法
-
- PostParameter(String, File) -
类 qihoo.open.v1.http.model.PostParameter 的构造方法
-
- postParameters -
类 qihoo.open.v1.model.BaseModel 中的变量
-
- postParameters -
类 qihoo.open.v1.service.request.IModelsRequest 中的变量
-
- postParameters -
类 qihoo.open.v1.service.request.ParticularRequest 中的变量
-
- put(boolean) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Append a boolean value.
- put(Collection) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(double) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Append a double value.
- put(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Append an int value.
- put(long) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Append an long value.
- put(Map) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- put(Object) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Append an object value.
- put(int, boolean) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put or replace a boolean value in the JSONArray.
- put(int, Collection) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(int, double) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put or replace a double value.
- put(int, int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put or replace an int value.
- put(int, long) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put or replace a long value.
- put(int, Map) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- put(int, Object) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Put or replace an object value in the JSONArray.
- put(String, Collection) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, boolean) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/boolean pair in the JSONObject.
- put(String, double) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/double pair in the JSONObject.
- put(String, int) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/int pair in the JSONObject.
- put(String, long) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/long pair in the JSONObject.
- put(String, Map) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/value pair in the JSONObject.
- putOnce(String, Object) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null, and only if there is not already a member with that
name.
- putOpt(String, Object) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
Q
- qihoo.open.v1 - 软件包 qihoo.open.v1
-
- qihoo.open.v1.anotition - 软件包 qihoo.open.v1.anotition
-
- qihoo.open.v1.common - 软件包 qihoo.open.v1.common
-
- qihoo.open.v1.core - 软件包 qihoo.open.v1.core
-
- qihoo.open.v1.http - 软件包 qihoo.open.v1.http
-
- qihoo.open.v1.http.model - 软件包 qihoo.open.v1.http.model
-
- qihoo.open.v1.json - 软件包 qihoo.open.v1.json
-
- qihoo.open.v1.model - 软件包 qihoo.open.v1.model
-
- qihoo.open.v1.model.account - 软件包 qihoo.open.v1.model.account
-
- qihoo.open.v1.model.campaign - 软件包 qihoo.open.v1.model.campaign
-
- qihoo.open.v1.model.common - 软件包 qihoo.open.v1.model.common
-
- qihoo.open.v1.model.creative - 软件包 qihoo.open.v1.model.creative
-
- qihoo.open.v1.model.group - 软件包 qihoo.open.v1.model.group
-
- qihoo.open.v1.model.keyword - 软件包 qihoo.open.v1.model.keyword
-
- qihoo.open.v1.model.report - 软件包 qihoo.open.v1.model.report
-
- qihoo.open.v1.model.type - 软件包 qihoo.open.v1.model.type
-
- qihoo.open.v1.service.impl - 软件包 qihoo.open.v1.service.impl
-
- qihoo.open.v1.service.param - 软件包 qihoo.open.v1.service.param
-
- qihoo.open.v1.service.request - 软件包 qihoo.open.v1.service.request
-
- qihoo.open.v1.service.request.account - 软件包 qihoo.open.v1.service.request.account
-
- qihoo.open.v1.service.request.campaign - 软件包 qihoo.open.v1.service.request.campaign
-
- qihoo.open.v1.service.request.creative - 软件包 qihoo.open.v1.service.request.creative
-
- qihoo.open.v1.service.request.group - 软件包 qihoo.open.v1.service.request.group
-
- qihoo.open.v1.service.request.keyword - 软件包 qihoo.open.v1.service.request.keyword
-
- qihoo.open.v1.service.request.report - 软件包 qihoo.open.v1.service.request.report
-
- qihoo.open.v1.service.response - 软件包 qihoo.open.v1.service.response
-
- qihoo.open.v1.service.response.account - 软件包 qihoo.open.v1.service.response.account
-
- qihoo.open.v1.service.response.campaign - 软件包 qihoo.open.v1.service.response.campaign
-
- qihoo.open.v1.service.response.creative - 软件包 qihoo.open.v1.service.response.creative
-
- qihoo.open.v1.service.response.group - 软件包 qihoo.open.v1.service.response.group
-
- qihoo.open.v1.service.response.keyword - 软件包 qihoo.open.v1.service.response.keyword
-
- qihoo.open.v1.service.response.model - 软件包 qihoo.open.v1.service.response.model
-
- qihoo.open.v1.service.response.report - 软件包 qihoo.open.v1.service.response.report
-
- qihoo.open.v1.service.response.tool - 软件包 qihoo.open.v1.service.response.tool
-
- qihoo.open.v1.util - 软件包 qihoo.open.v1.util
-
- qihoo.open.v1.validate - 软件包 qihoo.open.v1.validate
-
- QihooOpenException - qihoo.open.v1.common 中的 异常
- QH360 sdk异常类
- QihooOpenException(String) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(Exception) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(String, int) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(String, JSONObject, int) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(String, Exception) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(String, Exception, int) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(int) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- QihooOpenException(String, String) -
异常 qihoo.open.v1.common.QihooOpenException 的构造方法
-
- quote(String) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Produce a string in double quotes with backslash sequences in all the
right places.
R
- region(ReportRegionRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 生成地域报告
- regionCount(ReportRegionCountRequest) -
类 qihoo.open.v1.service.impl.ReportService 中的方法
- 地域报告记录数量
- RegionItem - qihoo.open.v1.model.report 中的 类
- 地域报告对象
- RegionItem() -
类 qihoo.open.v1.model.report.RegionItem 的构造方法
-
- registerAll(String...) -
类 qihoo.open.v1.Open 中的静态方法
-
- remove(String) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Remove a name and its value, if present.
- ReportCreativeCountRequest - qihoo.open.v1.service.request.report 中的 类
- 创意报告记录数量请求类
- ReportCreativeCountRequest() -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 的构造方法
-
- ReportCreativeCountResponse - qihoo.open.v1.service.response.report 中的 类
- 创意报告记录数量响应类
- ReportCreativeCountResponse() -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 的构造方法
-
- ReportCreativeRequest - qihoo.open.v1.service.request.report 中的 类
- 生成创意报告请求类
- ReportCreativeRequest() -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 的构造方法
-
- ReportCreativeResponse - qihoo.open.v1.service.response.report 中的 类
- 生成创意报告响应类
- ReportCreativeResponse() -
类 qihoo.open.v1.service.response.report.ReportCreativeResponse 的构造方法
-
- ReportKeywordCountRequest - qihoo.open.v1.service.request.report 中的 类
- 关键词报告记录数量请求
- ReportKeywordCountRequest() -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 的构造方法
-
- ReportKeywordCountResponse - qihoo.open.v1.service.response.report 中的 类
- 关键词报告记录数量响应类
- ReportKeywordCountResponse() -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 的构造方法
-
- ReportKeywordRequest - qihoo.open.v1.service.request.report 中的 类
- 生成关键词报告请求类
- ReportKeywordRequest() -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 的构造方法
-
- ReportKeywordResponse - qihoo.open.v1.service.response.report 中的 类
- 生成关键词报告响应类
- ReportKeywordResponse() -
类 qihoo.open.v1.service.response.report.ReportKeywordResponse 的构造方法
-
- ReportRegionCountRequest - qihoo.open.v1.service.request.report 中的 类
- 地域报告记录数量请求类
- ReportRegionCountRequest() -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 的构造方法
-
- ReportRegionCountResponse - qihoo.open.v1.service.response.report 中的 类
- 地域报告记录数量响应类
- ReportRegionCountResponse() -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 的构造方法
-
- ReportRegionRequest - qihoo.open.v1.service.request.report 中的 类
- 生成地域报告请求类
- ReportRegionRequest() -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 的构造方法
-
- ReportRegionResponse - qihoo.open.v1.service.response.report 中的 类
- 生成地域报告响应类
- ReportRegionResponse() -
类 qihoo.open.v1.service.response.report.ReportRegionResponse 的构造方法
-
- ReportService - qihoo.open.v1.service.impl 中的 类
-
- ReportService(ServiceContext) -
类 qihoo.open.v1.service.impl.ReportService 的构造方法
-
- reportServiceName -
类 qihoo.open.v1.Open 中的静态变量
-
- RequestProxy - qihoo.open.v1.core 中的 类
-
- RequestProxy() -
类 qihoo.open.v1.core.RequestProxy 的构造方法
-
- RequestProxy(VersionService) -
类 qihoo.open.v1.core.RequestProxy 的构造方法
-
- Required - qihoo.open.v1.anotition 中的 注释类型
-
- Response - qihoo.open.v1.http 中的 类
-
- Response() -
类 qihoo.open.v1.http.Response 的构造方法
-
- Response(HttpURLConnection) -
类 qihoo.open.v1.http.Response 的构造方法
-
- Response(String) -
类 qihoo.open.v1.http.Response 的构造方法
-
S
- serverUrl -
类 qihoo.open.v1.core.VersionService 中的变量
-
- service -
类 qihoo.open.v1.core.RequestProxy 中的变量
-
- ServiceContext - qihoo.open.v1.service.param 中的 类
-
- ServiceContext() -
类 qihoo.open.v1.service.param.ServiceContext 的构造方法
-
- ServiceContext(String, String, String) -
类 qihoo.open.v1.service.param.ServiceContext 的构造方法
-
- ServiceContext(String, String, String, String, String) -
类 qihoo.open.v1.service.param.ServiceContext 的构造方法
-
- ServiceFactory - qihoo.open.v1.core 中的 类
-
- ServiceFactory() -
类 qihoo.open.v1.core.ServiceFactory 的构造方法
-
- ServiceFactory(ServiceContext) -
类 qihoo.open.v1.core.ServiceFactory 的构造方法
-
- ServiceFactory(String) -
类 qihoo.open.v1.core.ServiceFactory 的构造方法
-
- serviceType -
类 qihoo.open.v1.core.VersionService 中的变量
-
- ServiceType - qihoo.open.v1.service.param 中的 枚举
-
- sessionToken -
类 qihoo.open.v1.core.VersionService 中的变量
-
- setAccessToken(String) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setAccessToken(String) -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- setAccessToken(String) -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- setAccessToken(String) -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 中的方法
-
- setAddTime(Date) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setAddTime(Date) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setAddTime(Date) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setAddTime(Date) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setAddTime(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setAddTime(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setAddTime(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setAddTime(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setAffectedRecords(Integer) -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 中的方法
-
- setAffectedRecords(Integer) -
类 qihoo.open.v1.service.response.DeleteByIdResponse 中的方法
-
- setAffectedRecords(int) -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 中的方法
-
- setAllowDomain(String) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setApiKey(String) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setApiKey(String) -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- setAppid(String) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setAppid(String) -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- setAppSecret(String) -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- setAppSecret(String) -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- setAppSecret(String) -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- setBalance(Double) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setBudget(Double) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setBudget(Double) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setBudget(Double) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.service.request.group.GetGroupBulkAddRequest 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setCampaignId(Long) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setCampaignIdList(List<Long>) -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 中的方法
-
- setCampaignList(List<GetCampaignInfoByIdResponse>) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 中的方法
-
- setClicks(Integer) -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- setClicks(Integer) -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- setClicks(Integer) -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- setClient(HttpClient) -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- setCode(Integer) -
类 qihoo.open.v1.model.common.Failure 中的方法
-
- setConfig(String, String) -
类 qihoo.open.v1.core.VersionService 中的方法
-
- setCreate_time(Date) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setCreate_time(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setCreativeId(Long) -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- setCreativeIdList(List<Long>) -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 中的方法
-
- setCreativeIdList(List<Long>) -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 中的方法
-
- setCreativeList(List<GetCreativeInfoByIdResponse>) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 中的方法
-
- setCreativeList(List<GetCreativeStatusType>) -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 中的方法
-
- setCreativeList(List<CreativeItem>) -
类 qihoo.open.v1.service.response.report.ReportCreativeResponse 中的方法
-
- setCreativeStatus(CreativeStatusType) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setCustomerList(List<CustomerAccountInfo>) -
类 qihoo.open.v1.service.response.account.GetAccountManagerLoginResponse 中的方法
-
- setDate(Date) -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- setDate(Date) -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- setDate(Date) -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- setDescription(String) -
类 qihoo.open.v1.model.common.Failure 中的方法
-
- setDescription1(String) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setDescription1(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setDescription2(String) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setDescription2(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setDestinationUrl(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setDisplayUrl(String) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setDisplayUrl(String) -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- setDisplayUrl(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setEndDate(Date) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setEndDate(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setExact(Set<Addkeyword>) -
类 qihoo.open.v1.model.common.AddKeywords 中的方法
-
- setExact(Set<String>) -
类 qihoo.open.v1.model.common.NegativeWords 中的方法
-
- setExactNegativeWords(Set<Keyword>) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setExactNegativeWords(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setExcludeIpList(List<String>) -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.BaseModel 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetAccountUpdateBudgetResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetAccountUpdateExcludeIpResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.account.GetFileStateResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.AddResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.BaseResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.DeleteByIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.IdListReponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportCreativeResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportKeywordResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.report.ReportRegionResponse 中的方法
-
- setFailures(List<Failure>) -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- setFileId(String) -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 中的方法
-
- setForbiddenFields(List<String>) -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- setFormTime(Date) -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- setFromTime(Date) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setFromTime(Date) -
类 qihoo.open.v1.service.request.creative.GetCreativeChangedIdListRequest 中的方法
-
- setFromTime(Date) -
类 qihoo.open.v1.service.request.keyword.GetKeywordChangedIdListRequest 中的方法
-
- setFromTime(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setGroupId(Long) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setGroupIdList(List<Long>) -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 中的方法
-
- setGroupList(List<GetGroupInfoByIdResponse>) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 中的方法
-
- setGroupsIdList(List<Long>) -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 中的方法
-
- setHour(List<Integer>) -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- setId(Long) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setId(Long) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setId(Long) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setId(Long) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.AddResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 中的方法
-
- setId(Long) -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- setId(Object) -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.IdListRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.service.response.IdListReponse 中的方法
-
- setIdList(List<Long>) -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- setKeyword(List<Keyword>) -
类 qihoo.open.v1.service.request.keyword.GetKeywordAddByGroupIdListRequest 中的方法
-
- setKeywordId(Long) -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- setKeywordIdList(List<Long>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 中的方法
-
- setKeywordIdList(List<Long>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddResponse 中的方法
-
- setKeywordIdList(List<Long>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 中的方法
-
- setKeywordIdList(List<Long>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 中的方法
-
- setKeywordList(List<GetKeywordInfoByIdResponse>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 中的方法
-
- setKeywordList(List<GetKeywordStatusType>) -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 中的方法
-
- setKeywordList(List<KeywordItem>) -
类 qihoo.open.v1.service.response.report.ReportKeywordResponse 中的方法
-
- setKeywordMatchType(KeywordMatchType) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setKeywordStatus(KeyworkStatusType) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- setLevel(String) -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- setMatchType(KeywordMatchType) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setMatchType(KeywordMatchType) -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- setMatchType(KeywordMatchType) -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- setMatchType(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setMessage(String) -
类 qihoo.open.v1.model.common.Failure 中的方法
-
- setModel(T) -
类 qihoo.open.v1.service.request.IModelRequest 中的方法
-
- setModels(List<T>) -
类 qihoo.open.v1.service.request.IModelsRequest 中的方法
-
- setName(String) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setName(String) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setName(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setName(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setNegativeWords(Set<Keyword>) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setNegativeWords(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setObject(Object) -
类 qihoo.open.v1.service.request.ObjectRequest 中的方法
-
- setPage(Integer) -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- setPage(Integer) -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- setPage(Integer) -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- setParentId(Long) -
类 qihoo.open.v1.service.request.IModelsRequest 中的方法
-
- setParseFormat(String) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setParseFormat(String) -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- setPassword(String) -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- setPassword(String) -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- setPhrase(Set<Addkeyword>) -
类 qihoo.open.v1.model.common.AddKeywords 中的方法
-
- setPhrase(Set<String>) -
类 qihoo.open.v1.model.common.NegativeWords 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setPrice(Double) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setQualityScore(Integer) -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- setRegion(String) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setRegion(List<Integer>) -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- setRegion(List<Integer>) -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- setRegion(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setRegionId(Long) -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- setRegionList(List<RegionItem>) -
类 qihoo.open.v1.service.response.report.ReportRegionResponse 中的方法
-
- setRequiredFields(List<String>) -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- setResources(String) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setResponseAsString(String) -
类 qihoo.open.v1.http.Response 中的方法
-
- setSchedule(List<Week>) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setSchedule(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setServeToken(Long) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setSessionToken(String) -
类 qihoo.open.v1.http.model.SystemParameter 中的方法
-
- setSessionToken(String) -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- setSessionToken(String) -
类 qihoo.open.v1.service.param.ServiceContext 中的方法
-
- setSessionToken(String) -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 中的方法
-
- setStartDate(Date) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportCreativeCountRequest 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportCreativeRequest 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportKeywordCountRequest 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportKeywordRequest 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportRegionCountRequest 中的方法
-
- setStartDate(Calendar) -
类 qihoo.open.v1.service.request.report.ReportRegionRequest 中的方法
-
- setStartDate(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setStatus(CampaignStatusType) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setStatus(CreativeStatusType) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setStatus(GroupStatusType) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setStatus(KeyworkStatusType) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setStatus(CreativeStatusType) -
类 qihoo.open.v1.service.request.creative.GetCreativeIdListByGroupIdRequest 中的方法
-
- setStatus(CreativeStatusType) -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- setStatus(GroupStatusType) -
类 qihoo.open.v1.service.request.group.GetGroupIdListByCampaignIdRequest 中的方法
-
- setStatus(KeyworkStatusType) -
类 qihoo.open.v1.service.request.keyword.GetKeywordIdListByGroupIdRequest 中的方法
-
- setStatus(KeyworkStatusType) -
类 qihoo.open.v1.service.request.keyword.GetKeywordUpdateByIdListRequest 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 中的方法
-
- setStatus(String) -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- setStatusCode(int) -
类 qihoo.open.v1.http.Response 中的方法
-
- setSystemParameter(SystemParameter) -
类 qihoo.open.v1.http.HttpClient 中的方法
-
- setTitle(String) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setTitle(String) -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- setTitle(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setTotalCost(Double) -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- setTotalCost(Double) -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- setTotalCost(Double) -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- setTotalNumber(Long) -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- setTotalNumber(Long) -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- setTotalNumber(Long) -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- setTotalPage(Integer) -
类 qihoo.open.v1.service.response.report.ReportCreativeCountResponse 中的方法
-
- setTotalPage(Integer) -
类 qihoo.open.v1.service.response.report.ReportKeywordCountResponse 中的方法
-
- setTotalPage(Integer) -
类 qihoo.open.v1.service.response.report.ReportRegionCountResponse 中的方法
-
- setUid(Long) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setUid(Long) -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- setUpdateTime(Date) -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- setUpdateTime(Date) -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- setUpdateTime(Date) -
类 qihoo.open.v1.model.group.Group 中的方法
-
- setUpdateTime(Date) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setUpdateTime(String) -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- setUpdateTime(String) -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- setUpdateTime(String) -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- setUpdateTime(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- setUrl(String) -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- setUrl(String) -
类 qihoo.open.v1.service.impl.BaseService 中的方法
-
- setUrl(String) -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
- setUserName(String) -
类 qihoo.open.v1.model.account.Account 中的方法
-
- setUserName(String) -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- setUsername(String) -
类 qihoo.open.v1.service.request.account.GetAccountClientLoginRequest 中的方法
-
- setUsername(String) -
类 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest 中的方法
-
- setViews(Integer) -
类 qihoo.open.v1.model.report.CreativeItem 中的方法
-
- setViews(Integer) -
类 qihoo.open.v1.model.report.KeywordItem 中的方法
-
- setViews(Integer) -
类 qihoo.open.v1.model.report.RegionItem 中的方法
-
- setWeek(Integer) -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- setWord(String) -
类 qihoo.open.v1.model.common.Addkeyword 中的方法
-
- setWord(String) -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- setWord(String) -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- skipTo(char) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Skip characters until the next character is the requested character.
- sortedKeys() -
类 qihoo.open.v1.json.JSONObject 中的方法
- Get an enumeration of the keys of the JSONObject.
- stringToValue(String) -
类 qihoo.open.v1.json.JSONObject 中的静态方法
- Try to convert a string into a number, boolean, or null.
- syntaxError(String) -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Make a JSONException to signal a syntax error.
- sysParameter -
类 qihoo.open.v1.service.impl.BaseService 中的变量
- 系统参数
- SystemParameter - qihoo.open.v1.http.model 中的 类
-
- SystemParameter() -
类 qihoo.open.v1.http.model.SystemParameter 的构造方法
-
- SystemParameter(String, String, Long) -
类 qihoo.open.v1.http.model.SystemParameter 的构造方法
-
- SystemParameter(String, String, Long, String) -
类 qihoo.open.v1.http.model.SystemParameter 的构造方法
-
T
- target -
类 qihoo.open.v1.core.VersionService 中的变量
-
- toDate(Date) -
类 qihoo.open.v1.util.CalendarUtil 中的静态方法
-
- toDateTime(Date) -
类 qihoo.open.v1.util.CalendarUtil 中的静态方法
-
- toJSONArray(JSONArray) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Produce a JSONObject by combining a JSONArray of names with the values of
this JSONArray.
- toJSONString() -
接口 qihoo.open.v1.json.JSONString 中的方法
- The
toJSONString
method allows a class to produce its own
JSON serialization.
- token -
类 qihoo.open.v1.core.VersionService 中的变量
-
- ToolService - qihoo.open.v1.service.impl 中的 类
-
- ToolService(ServiceContext) -
类 qihoo.open.v1.service.impl.ToolService 的构造方法
-
- toolServiceName -
类 qihoo.open.v1.Open 中的静态变量
-
- toString() -
类 qihoo.open.v1.http.model.PostParameter 中的方法
-
- toString() -
类 qihoo.open.v1.http.Response 中的方法
-
- toString() -
类 qihoo.open.v1.json.JSONArray 中的方法
- Make a JSON text of this JSONArray.
- toString(int) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Make a prettyprinted JSON text of this JSONArray.
- toString() -
类 qihoo.open.v1.json.JSONObject 中的方法
- Make a JSON text of this JSONObject.
- toString(int) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Make a prettyprinted JSON text of this JSONObject.
- toString() -
类 qihoo.open.v1.json.JSONStringer 中的方法
- Return the JSON text.
- toString() -
类 qihoo.open.v1.json.JSONTokener 中的方法
- Make a printable string of this JSONTokener.
- toString() -
类 qihoo.open.v1.model.account.Account 中的方法
-
- toString() -
类 qihoo.open.v1.model.account.CustomerAccountInfo 中的方法
-
- toString() -
类 qihoo.open.v1.model.campaign.Campaign 中的方法
-
- toString() -
类 qihoo.open.v1.model.campaign.Week 中的方法
-
- toString() -
类 qihoo.open.v1.model.common.Failure 中的方法
-
- toString() -
类 qihoo.open.v1.model.creative.Creative 中的方法
-
- toString() -
类 qihoo.open.v1.model.group.Group 中的方法
-
- toString() -
类 qihoo.open.v1.model.keyword.Keyword 中的方法
-
- toString() -
类 qihoo.open.v1.service.request.creative.GetCreativeUpdateByIdListRequest 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetAccountClientLoginResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetAccountManagerLoginResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetAllObjectsResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetCampaignIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetExcludeIpResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.account.GetFileStateResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.AddResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.campaign.GetCampaignInfoByIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.campaign.GetCampaignUpdateResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeChangedIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeIdListByGroupIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeInfoByIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeStatusByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.creative.GetCreativeUpdateResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.DeleteByIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.group.GetGroupBulkAddResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.group.GetGroupIdListByCampaignIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.group.GetGroupInfoByIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.group.GetGroupUpdateResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddByGroupIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordAddResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordChangedIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordIdListByGroupIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordInfoByIdResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordStatusByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateByIdListResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.keyword.GetKeywordUpdateResponse 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.model.GetCreativeStatusType 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.model.GetKeywordStatusType 中的方法
-
- toString() -
类 qihoo.open.v1.service.response.tool.GetToolCheckUpdateResponse 中的方法
-
U
- unescape(String) -
类 qihoo.open.v1.http.Response 中的静态方法
-
- update(GetCampaignUpdateRequest) -
类 qihoo.open.v1.service.impl.CampaignService 中的方法
- 修改一个推广计划
推广计划的远程id是必须的
- update(GetCreativeUpdateRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 修改创意 创意id必须的
id是必须的
- update(GetGroupUpdateRequest) -
类 qihoo.open.v1.service.impl.GroupService 中的方法
- 修改一个广告组
广告组的远程id是必须的
- update(GetKeywordUpdateRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 更新关键词 关键词id必须
id必须
- updateBudget(Double) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 更新budget
- updateByIdList(GetCreativeUpdateByIdListRequest) -
类 qihoo.open.v1.service.impl.CreativeService 中的方法
- 批量更新创意的某个字段值
- updateByIdList(GetKeywordUpdateByIdListRequest) -
类 qihoo.open.v1.service.impl.KeywordService 中的方法
- 批量更新关键词的某个字段值
- updateExcludeIp(List<String>) -
类 qihoo.open.v1.service.impl.AccountService 中的方法
- 更新IP排除列表
- UpdateResponse<T extends BaseModel> - qihoo.open.v1.service.response 中的 接口
- 修改返回接口
- url -
类 qihoo.open.v1.service.impl.BaseService 中的变量
-
V
- v -
类 qihoo.open.v1.core.VersionService 中的变量
-
- Validate - qihoo.open.v1.anotition 中的 注释类型
-
- validate(T) -
类 qihoo.open.v1.validate.BaseModelValidate 中的方法
-
- validate(T) -
接口 qihoo.open.v1.validate.IValidate 中的方法
-
- validate(T) -
类 qihoo.open.v1.validate.ParticularDataValidate 中的方法
-
- value(boolean) -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Append either the value
true
or the value false
.
- value(double) -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Append a double value.
- value(long) -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Append a long value.
- value(Object) -
类 qihoo.open.v1.json.JSONWriter 中的方法
- Append an object value.
- valueOf(String) -
枚举 qihoo.open.v1.model.type.CampaignStatusType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.model.type.CreativeStatusType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.model.type.GroupStatusType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.model.type.KeywordMatchType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.model.type.KeyworkStatusType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.service.param.FieldType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.service.param.ServiceType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 qihoo.open.v1.util.CalendarUtil.DateFormateType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 qihoo.open.v1.model.type.CampaignStatusType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.model.type.CreativeStatusType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.model.type.GroupStatusType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.model.type.KeywordMatchType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.model.type.KeyworkStatusType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.service.param.FieldType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.service.param.ServiceType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 qihoo.open.v1.util.CalendarUtil.DateFormateType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- VersionService - qihoo.open.v1.core 中的 类
-
- VersionService() -
类 qihoo.open.v1.core.VersionService 的构造方法
-
W
- Week - qihoo.open.v1.model.campaign 中的 类
- 推广计划投放时间
- Week() -
类 qihoo.open.v1.model.campaign.Week 的构造方法
-
- write(Writer) -
类 qihoo.open.v1.json.JSONArray 中的方法
- Write the contents of the JSONArray as JSON text to a writer.
- write(Writer) -
类 qihoo.open.v1.json.JSONObject 中的方法
- Write the contents of the JSONObject as JSON text to a writer.
- writer -
类 qihoo.open.v1.json.JSONWriter 中的变量
- The writer that will receive the output.
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright © 2013. All rights reserved.