Package io.qase.client.v2.models
Class ResultStepData
java.lang.Object
io.qase.client.v2.models.ResultStepData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ResultStepData
extends Object
ResultStepData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentsItem(String attachmentsItem) attachments(List<String> attachments) booleanexpectedResult(String expectedResult) static ResultStepDataCreate an instance of ResultStepData given an JSON stringGet actionReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get attachmentsGet expectedResultGet inputDatainthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidsetAttachments(List<String> attachments) voidsetExpectedResult(String expectedResult) voidsetInputData(String inputData) toJson()Convert an instance of ResultStepData to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACTION
- See Also:
-
SERIALIZED_NAME_EXPECTED_RESULT
- See Also:
-
SERIALIZED_NAME_INPUT_DATA
- See Also:
-
SERIALIZED_NAME_ATTACHMENTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ResultStepData
public ResultStepData()
-
-
Method Details
-
action
-
getAction
Get action- Returns:
- action
-
setAction
-
expectedResult
-
getExpectedResult
Get expectedResult- Returns:
- expectedResult
-
setExpectedResult
-
inputData
-
getInputData
Get inputData- Returns:
- inputData
-
setInputData
-
attachments
-
addAttachmentsItem
-
getAttachments
Get attachments- Returns:
- attachments
-
setAttachments
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ResultStepData instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ResultStepData
-
fromJson
Create an instance of ResultStepData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ResultStepData
- Throws:
IOException- if the JSON string is invalid with respect to ResultStepData
-
toJson
Convert an instance of ResultStepData to an JSON string- Returns:
- JSON string
-