@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class EnvelopedAspect
extends java.lang.Object
| Constructor and Description |
|---|
EnvelopedAspect() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopedAspect |
created(AuditStamp created) |
boolean |
equals(java.lang.Object o) |
@NotNull @Valid AuditStamp |
getCreated()
Get created
|
@NotNull java.lang.String |
getName()
The name of the aspect
|
@Valid SystemMetadata |
getSystemMetadata()
Get systemMetadata
|
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long |
getTimestamp()
The timestamp of the aspect, only populated if type is 'TIMESTAMP'
minimum: -9223372036854775808
maximum: 9223372036854775807
|
@NotNull @Valid AspectType |
getType()
Get type
|
@NotNull OneOfEnvelopedAspectValue |
getValue()
Get value
|
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long |
getVersion()
The version of the aspect, only populated if type is 'VERSIONED'
minimum: -9223372036854775808
maximum: 9223372036854775807
|
int |
hashCode() |
EnvelopedAspect |
name(java.lang.String name) |
void |
setCreated(AuditStamp created) |
void |
setName(java.lang.String name) |
void |
setSystemMetadata(SystemMetadata systemMetadata) |
void |
setTimestamp(java.lang.Long timestamp) |
void |
setType(AspectType type) |
void |
setValue(OneOfEnvelopedAspectValue value) |
void |
setVersion(java.lang.Long version) |
EnvelopedAspect |
systemMetadata(SystemMetadata systemMetadata) |
EnvelopedAspect |
timestamp(java.lang.Long timestamp) |
java.lang.String |
toString() |
EnvelopedAspect |
type(AspectType type) |
EnvelopedAspect |
value(OneOfEnvelopedAspectValue value) |
EnvelopedAspect |
version(java.lang.Long version) |
public EnvelopedAspect name(java.lang.String name)
@NotNull public @NotNull java.lang.String getName()
public void setName(java.lang.String name)
public EnvelopedAspect type(AspectType type)
@NotNull @Valid public @NotNull @Valid AspectType getType()
public void setType(AspectType type)
public EnvelopedAspect version(java.lang.Long version)
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) public @Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long getVersion()
public void setVersion(java.lang.Long version)
public EnvelopedAspect timestamp(java.lang.Long timestamp)
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) public @Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long getTimestamp()
public void setTimestamp(java.lang.Long timestamp)
public EnvelopedAspect value(OneOfEnvelopedAspectValue value)
@NotNull public @NotNull OneOfEnvelopedAspectValue getValue()
public void setValue(OneOfEnvelopedAspectValue value)
public EnvelopedAspect created(AuditStamp created)
@NotNull @Valid public @NotNull @Valid AuditStamp getCreated()
public void setCreated(AuditStamp created)
public EnvelopedAspect systemMetadata(SystemMetadata systemMetadata)
@Valid public @Valid SystemMetadata getSystemMetadata()
public void setSystemMetadata(SystemMetadata systemMetadata)
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