public class Counterexample
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Counterexample.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
created |
protected java.lang.String |
text |
protected java.util.Date |
updated |
Modifier | Constructor and Description |
---|---|
protected |
Counterexample(Counterexample.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
created()
Gets the created.
|
Counterexample.Builder |
newBuilder()
New builder.
|
java.lang.String |
text()
Gets the text.
|
java.util.Date |
updated()
Gets the updated.
|
protected java.lang.String text
protected java.util.Date created
protected java.util.Date updated
protected Counterexample(Counterexample.Builder builder)
public Counterexample.Builder newBuilder()
public java.lang.String text()
The text of a user input marked as irrelevant input. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters.
public java.util.Date created()
The timestamp for creation of the object.
public java.util.Date updated()
The timestamp for the most recent update to the object.