Package ai.reveng.model
Class TTPSData
java.lang.Object
ai.reveng.model.TTPSData
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TTPSData
extends Object
TTPSData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTtpsItem(TTPSElement ttpsItem) booleanstatic TTPSDataCreate an instance of TTPSData given an JSON stringgetScore()Get scoregetTtps()Get ttpsinthashCode()voidvoidsetTtps(List<TTPSElement> ttps) toJson()Convert an instance of TTPSData to an JSON stringtoString()ttps(List<TTPSElement> ttps) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_SCORE
- See Also:
-
SERIALIZED_NAME_TTPS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TTPSData
public TTPSData()
-
-
Method Details
-
score
-
getScore
Get score- Returns:
- score
-
setScore
-
ttps
-
addTtpsItem
-
getTtps
Get ttps- Returns:
- ttps
-
setTtps
-
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 TTPSData
-
fromJson
Create an instance of TTPSData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TTPSData
- Throws:
IOException- if the JSON string is invalid with respect to TTPSData
-
toJson
Convert an instance of TTPSData to an JSON string- Returns:
- JSON string
-