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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get binaryIdGet binaryNameGet matchedCommunitiesPercentGet unmatchedCommunitiesPercentinthashCode()matchedCommunitiesPercent(BigDecimal matchedCommunitiesPercent) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 CommunityMatchPercentages 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 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
-