public static class BaikeService.Entity extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateEntityResp |
create(CreateEntityReq req) |
CreateEntityResp |
create(CreateEntityReq req,
RequestOptions reqOptions) |
GetEntityResp |
get(GetEntityReq req) |
GetEntityResp |
get(GetEntityReq req,
RequestOptions reqOptions) |
HighlightEntityResp |
highlight(HighlightEntityReq req) |
HighlightEntityResp |
highlight(HighlightEntityReq req,
RequestOptions reqOptions) |
ListEntityResp |
list(ListEntityReq req) |
ListEntityResp |
list(ListEntityReq req,
RequestOptions reqOptions) |
MatchEntityResp |
match(MatchEntityReq req) |
MatchEntityResp |
match(MatchEntityReq req,
RequestOptions reqOptions) |
SearchEntityResp |
search(SearchEntityReq req) |
SearchEntityResp |
search(SearchEntityReq req,
RequestOptions reqOptions) |
UpdateEntityResp |
update(UpdateEntityReq req) |
UpdateEntityResp |
update(UpdateEntityReq req,
RequestOptions reqOptions) |
public Entity(Config config)
public CreateEntityResp create(CreateEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateEntityResp create(CreateEntityReq req) throws Exception
Exceptionpublic GetEntityResp get(GetEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetEntityResp get(GetEntityReq req) throws Exception
Exceptionpublic HighlightEntityResp highlight(HighlightEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic HighlightEntityResp highlight(HighlightEntityReq req) throws Exception
Exceptionpublic ListEntityResp list(ListEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListEntityResp list(ListEntityReq req) throws Exception
Exceptionpublic MatchEntityResp match(MatchEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic MatchEntityResp match(MatchEntityReq req) throws Exception
Exceptionpublic SearchEntityResp search(SearchEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic SearchEntityResp search(SearchEntityReq req) throws Exception
Exceptionpublic UpdateEntityResp update(UpdateEntityReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateEntityResp update(UpdateEntityReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.