Package ai.reveng.model
Class Ttp
java.lang.Object
ai.reveng.model.Ttp
Ttp
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttAmpersandCkItem(String attAmpersandCkItem) addMbcItem(Object mbcItem) addProcessSeqidsItem(Long processSeqidsItem) attAmpersandCk(List<String> attAmpersandCk) booleanstatic TtpCreate an instance of Ttp given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get attAmpersandCkgetMbc()Get mbcgetName()Get nameGet namespaceGet processSeqidsgetScore()Get scoreinthashCode()processSeqids(List<Long> processSeqids) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAttAmpersandCk(List<String> attAmpersandCk) voidvoidvoidsetNamespace(String namespace) voidsetProcessSeqids(List<Long> processSeqids) voidtoJson()Convert an instance of Ttp 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_ATT_AMPERSAND_CK
- See Also:
-
SERIALIZED_NAME_MBC
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NAMESPACE
- See Also:
-
SERIALIZED_NAME_PROCESS_SEQIDS
- See Also:
-
SERIALIZED_NAME_SCORE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Ttp
public Ttp()
-
-
Method Details
-
attAmpersandCk
-
addAttAmpersandCkItem
-
getAttAmpersandCk
Get attAmpersandCk- Returns:
- attAmpersandCk
-
setAttAmpersandCk
-
mbc
-
addMbcItem
-
getMbc
Get mbc- Returns:
- mbc
-
setMbc
-
name
-
getName
Get name- Returns:
- name
-
setName
-
namespace
-
getNamespace
Get namespace- Returns:
- namespace
-
setNamespace
-
processSeqids
-
addProcessSeqidsItem
-
getProcessSeqids
Get processSeqids- Returns:
- processSeqids
-
setProcessSeqids
-
score
-
getScore
Get score- Returns:
- score
-
setScore
-
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 Ttp 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 Ttp
-
fromJson
Create an instance of Ttp given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Ttp
- Throws:
IOException- if the JSON string is invalid with respect to Ttp
-
toJson
Convert an instance of Ttp to an JSON string- Returns:
- JSON string
-