public class MandateLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MandateLinks.MandateLinksBuilder |
| Constructor and Description |
|---|
MandateLinks() |
MandateLinks(Link self,
Link customer,
Link documentation) |
| Modifier and Type | Method and Description |
|---|---|
static MandateLinks.MandateLinksBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Link |
getCustomer() |
Link |
getDocumentation() |
Link |
getSelf() |
int |
hashCode() |
void |
setCustomer(Link customer) |
void |
setDocumentation(Link documentation) |
void |
setSelf(Link self) |
String |
toString() |
public static MandateLinks.MandateLinksBuilder builder()
public Link getSelf()
public Link getCustomer()
public Link getDocumentation()
public void setSelf(Link self)
public void setCustomer(Link customer)
public void setDocumentation(Link documentation)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.