public class MethodListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodListResponse.MethodListResponseBuilder |
| Constructor and Description |
|---|
MethodListResponse() |
MethodListResponse(List<MethodResponse> methods) |
| Modifier and Type | Method and Description |
|---|---|
static MethodListResponse.MethodListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<MethodResponse> |
getMethods() |
int |
hashCode() |
void |
setMethods(List<MethodResponse> methods) |
String |
toString() |
public MethodListResponse(List<MethodResponse> methods)
public MethodListResponse()
public static MethodListResponse.MethodListResponseBuilder builder()
public List<MethodResponse> getMethods()
public void setMethods(List<MethodResponse> methods)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.