Class ConflictResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.ConflictResponseType
-
public class ConflictResponseType extends Object
The ConflictResponseType model.
-
-
Constructor Summary
Constructors Constructor Description ConflictResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmessage()Get the message value.ConflictResponseTypewithMessage(String message)Set the message value.
-
-
-
Method Detail
-
message
public String message()
Get the message value.- Returns:
- the message value
-
withMessage
public ConflictResponseType withMessage(String message)
Set the message value.- Parameters:
message- the message value to set- Returns:
- the ConflictResponseType object itself.
-
-