public class GetTopoRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private @NotEmpty String |
application |
private @Min(value=1L) @Max(value=5L) int |
calleeDepth |
private @Min(value=1L) @Max(value=5L) int |
callerDepth |
private @NotEmpty String |
endTimeISO8601 |
private @NotEmpty String |
startTimeISO8601 |
| Constructor and Description |
|---|
GetTopoRequest() |
@NotEmpty private @NotEmpty String startTimeISO8601
@NotEmpty private @NotEmpty String endTimeISO8601
@NotEmpty private @NotEmpty String application
@Min(value=1L) @Max(value=5L) private @Min(value=1L) @Max(value=5L) int callerDepth
@Min(value=1L) @Max(value=5L) private @Min(value=1L) @Max(value=5L) int calleeDepth
Copyright © 2020–2021. All rights reserved.