| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| Modifier and Type | Method and Description |
|---|---|
protected TopostoreRelation |
Client.extractTopostoreRelationFromResponse(com.alibaba.fastjson.JSONObject dict,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TopostoreRelation> |
Client.extractTopostoreRelationsFromResponse(com.alibaba.fastjson.JSONObject object,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
List<Set<String>> |
Client.traverseNodeRelations(Map<String,List<TopostoreRelation>> nodeRelationMap,
String direction,
String nodeId,
long depth,
boolean depthMode,
List<String> relationTypes) |
| Modifier and Type | Method and Description |
|---|---|
TopostoreRelation |
UpdateTopostoreRelationRequest.getTopostoreRelation() |
TopostoreRelation |
CreateTopostoreRelationRequest.getTopostoreRelation() |
| Modifier and Type | Method and Description |
|---|---|
List<TopostoreRelation> |
ListTopostoreNodeRelationResponse.getRelations() |
List<TopostoreRelation> |
UpsertTopostoreRelationRequest.getTopostoreRelations() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTopostoreRelationRequest.setTopostoreRelation(TopostoreRelation topostoreRelation) |
void |
CreateTopostoreRelationRequest.setTopostoreRelation(TopostoreRelation topostoreRelation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopostoreNodeRelationResponse.setRelations(List<TopostoreRelation> relations) |
void |
UpsertTopostoreRelationRequest.setTopostoreRelations(List<TopostoreRelation> topostoreRelations) |
| Constructor and Description |
|---|
CreateTopostoreRelationRequest(String topostoreName,
TopostoreRelation topostoreRelation) |
UpdateTopostoreRelationRequest(String topostoreName,
TopostoreRelation topostoreRelation) |
| Constructor and Description |
|---|
ListTopostoreNodeRelationResponse(List<TopostoreNode> nodes,
List<TopostoreRelation> relations) |
UpsertTopostoreRelationRequest(String topostoreName,
List<TopostoreRelation> topostoreRelations) |
| Modifier and Type | Method and Description |
|---|---|
TopostoreRelation |
GetTopostoreRelationResponse.getTopostoreRelation() |
| Modifier and Type | Method and Description |
|---|---|
List<TopostoreRelation> |
ListTopostoreRelationResponse.getTopostoreRelations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTopostoreRelationResponse.setTopostoreRelation(TopostoreRelation topostoreRelation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopostoreRelationResponse.setTopostoreRelations(List<TopostoreRelation> topostoreRelations) |
| Constructor and Description |
|---|
GetTopostoreRelationResponse(Map<String,String> headers,
TopostoreRelation topostoreRelation) |
| Constructor and Description |
|---|
ListTopostoreRelationResponse(Map<String,String> headers,
List<TopostoreRelation> topostoreRelations,
int count,
int total) |
Copyright © 2025. All Rights Reserved.