Class CreateIncidentDto
java.lang.Object
org.camunda.community.rest.client.dto.CreateIncidentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CreateIncidentDto
extends Object
CreateIncidentDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(String _configuration) booleanA configuration for the new incident.org.openapitools.jackson.nullable.JsonNullable<String>A type of the new incident.org.openapitools.jackson.nullable.JsonNullable<String>A message for the new incident.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()incidentType(String incidentType) voidsetConfiguration(String _configuration) voidsetConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> _configuration) voidsetIncidentType(String incidentType) voidsetIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) voidsetMessage(String message) voidsetMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_INCIDENT_TYPE
- See Also:
-
JSON_PROPERTY_CONFIGURATION
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
CreateIncidentDto
public CreateIncidentDto()
-
-
Method Details
-
incidentType
-
getIncidentType
A type of the new incident.- Returns:
- incidentType
-
getIncidentType_JsonNullable
-
setIncidentType_JsonNullable
public void setIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) -
setIncidentType
-
_configuration
-
getConfiguration
A configuration for the new incident.- Returns:
- _configuration
-
getConfiguration_JsonNullable
-
setConfiguration_JsonNullable
public void setConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> _configuration) -
setConfiguration
-
message
-
getMessage
A message for the new incident.- Returns:
- message
-
getMessage_JsonNullable
-
setMessage_JsonNullable
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-