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 stringGet attAmpersandCkgetMbc()Get mbcgetName()Get nameGet namespaceGet processSeqidsgetScore()Get scoreinthashCode()processSeqids(List<Long> processSeqids) 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
-
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
-