@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class OwnershipSource
extends java.lang.Object
| Constructor and Description |
|---|
OwnershipSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull @Valid OwnershipSourceType |
getType()
Get type
|
java.lang.String |
getUrl()
A reference URL for the source
|
int |
hashCode() |
void |
setType(OwnershipSourceType type) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString() |
OwnershipSource |
type(OwnershipSourceType type) |
OwnershipSource |
url(java.lang.String url) |
public OwnershipSource type(OwnershipSourceType type)
@NotNull @Valid public @NotNull @Valid OwnershipSourceType getType()
public void setType(OwnershipSourceType type)
public OwnershipSource url(java.lang.String url)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
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