@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class StructuredExecutionReport
extends java.lang.Object
| Constructor and Description |
|---|
StructuredExecutionReport() |
| Modifier and Type | Method and Description |
|---|---|
StructuredExecutionReport |
contentType(java.lang.String contentType) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getContentType()
The content-type of the serialized value (e.g.
|
@NotNull java.lang.String |
getSerializedValue()
The serialized value of the structured report
|
@NotNull java.lang.String |
getType()
The type of the structured report.
|
int |
hashCode() |
StructuredExecutionReport |
serializedValue(java.lang.String serializedValue) |
void |
setContentType(java.lang.String contentType) |
void |
setSerializedValue(java.lang.String serializedValue) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
StructuredExecutionReport |
type(java.lang.String type) |
public StructuredExecutionReport type(java.lang.String type)
@NotNull public @NotNull java.lang.String getType()
public void setType(java.lang.String type)
public StructuredExecutionReport serializedValue(java.lang.String serializedValue)
@NotNull public @NotNull java.lang.String getSerializedValue()
public void setSerializedValue(java.lang.String serializedValue)
public StructuredExecutionReport contentType(java.lang.String contentType)
@NotNull public @NotNull java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
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