@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class Owner
extends java.lang.Object
| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getOwner()
Owner URN, e.g.
|
@Valid OwnershipSource |
getSource()
Get source
|
@NotNull @Valid OwnershipType |
getType()
Get type
|
int |
hashCode() |
Owner |
owner(java.lang.String owner) |
void |
setOwner(java.lang.String owner) |
void |
setSource(OwnershipSource source) |
void |
setType(OwnershipType type) |
Owner |
source(OwnershipSource source) |
java.lang.String |
toString() |
Owner |
type(OwnershipType type) |
public Owner owner(java.lang.String owner)
@NotNull public @NotNull java.lang.String getOwner()
public void setOwner(java.lang.String owner)
public Owner type(OwnershipType type)
@NotNull @Valid public @NotNull @Valid OwnershipType getType()
public void setType(OwnershipType type)
public Owner source(OwnershipSource source)
@Valid public @Valid OwnershipSource getSource()
public void setSource(OwnershipSource source)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object