Package ai.reveng.model
Class CommunityMatchPercentages
java.lang.Object
ai.reveng.model.CommunityMatchPercentages
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CommunityMatchPercentages
extends Object
CommunityMatchPercentages
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinaryName(String binaryName) booleanstatic CommunityMatchPercentagesCreate an instance of CommunityMatchPercentages given an JSON stringGet binaryIdGet binaryNameGet matchedCommunitiesPercentGet unmatchedCommunitiesPercentinthashCode()matchedCommunitiesPercent(BigDecimal matchedCommunitiesPercent) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetMatchedCommunitiesPercent(BigDecimal matchedCommunitiesPercent) voidsetUnmatchedCommunitiesPercent(BigDecimal unmatchedCommunitiesPercent) toJson()Convert an instance of CommunityMatchPercentages to an JSON stringtoString()unmatchedCommunitiesPercent(BigDecimal unmatchedCommunitiesPercent) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_MATCHED_COMMUNITIES_PERCENT
- See Also:
-
SERIALIZED_NAME_UNMATCHED_COMMUNITIES_PERCENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CommunityMatchPercentages
public CommunityMatchPercentages()
-
-
Method Details
-
binaryName
-
getBinaryName
Get binaryName- Returns:
- binaryName
-
setBinaryName
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
matchedCommunitiesPercent
public CommunityMatchPercentages matchedCommunitiesPercent(@Nonnull BigDecimal matchedCommunitiesPercent) -
getMatchedCommunitiesPercent
Get matchedCommunitiesPercent- Returns:
- matchedCommunitiesPercent
-
setMatchedCommunitiesPercent
-
unmatchedCommunitiesPercent
public CommunityMatchPercentages unmatchedCommunitiesPercent(@Nonnull BigDecimal unmatchedCommunitiesPercent) -
getUnmatchedCommunitiesPercent
Get unmatchedCommunitiesPercent- Returns:
- unmatchedCommunitiesPercent
-
setUnmatchedCommunitiesPercent
-
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 CommunityMatchPercentages
-
fromJson
Create an instance of CommunityMatchPercentages given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CommunityMatchPercentages
- Throws:
IOException- if the JSON string is invalid with respect to CommunityMatchPercentages
-
toJson
Convert an instance of CommunityMatchPercentages to an JSON string- Returns:
- JSON string
-