public class SimpleMethodResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleMethodResponse.SimpleMethodResponseBuilder |
| Constructor and Description |
|---|
SimpleMethodResponse() |
SimpleMethodResponse(String resource,
String id,
String name,
Image image) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleMethodResponse.SimpleMethodResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
Image |
getImage() |
String |
getName() |
String |
getResource() |
int |
hashCode() |
void |
setId(String id) |
void |
setImage(Image image) |
void |
setName(String name) |
void |
setResource(String resource) |
String |
toString() |
public SimpleMethodResponse(String resource, String id, String name, Image image)
public SimpleMethodResponse()
public static SimpleMethodResponse.SimpleMethodResponseBuilder builder()
public String getResource()
public String getId()
public String getName()
public Image getImage()
public void setResource(String resource)
public void setId(String id)
public void setName(String name)
public void setImage(Image image)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.