Klasse OperationMessage
java.lang.Object
io.github.primelib.jira4j.restv2.model.OperationMessage
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OperationMessage
extends Object
OperationMessage
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
OperationMessage
(String message, Integer statusCode) Constructs a validated instance ofOperationMessage
.Constructs a validated instance ofOperationMessage
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
message()
The human-readable message that describes the result.The human-readable message that describes the result.The status code of the response.statusCode
(Integer statusCode) The status code of the response.toString()
-
Felddetails
-
message
The human-readable message that describes the result. -
statusCode
The status code of the response.
-
-
Konstruktordetails
-
OperationMessage
Constructs a validated instance ofOperationMessage
.- Parameter:
spec
- the specification to process
-
OperationMessage
Constructs a validated instance ofOperationMessage
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OperationMessage(Consumer)
instead.- Parameter:
message
- The human-readable message that describes the result.statusCode
- The status code of the response.
-
OperationMessage
protected OperationMessage()
-
-
Methodendetails
-
builder
-
message
The human-readable message that describes the result. -
statusCode
The status code of the response. -
message
The human-readable message that describes the result.- Gibt zurück:
this
.
-
statusCode
The status code of the response.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-