Package com.confidentify.client.model
Class IdentifyResponseRecordEntity
- java.lang.Object
-
- com.confidentify.client.model.IdentifyResponseRecordEntity
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class IdentifyResponseRecordEntity extends Object
IdentifyResponseRecordEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentifyResponseRecordEntity.EntityTypeEnumGets or Sets entityType
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENTITY_TYPEstatic StringSERIALIZED_NAME_TEXT
-
Constructor Summary
Constructors Constructor Description IdentifyResponseRecordEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifyResponseRecordEntityentityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)booleanequals(Object o)IdentifyResponseRecordEntity.EntityTypeEnumgetEntityType()Get entityTypeStringgetText()The text string that was identified to represent the entityinthashCode()voidsetEntityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)voidsetText(String text)IdentifyResponseRecordEntitytext(String text)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ENTITY_TYPE
public static final String SERIALIZED_NAME_ENTITY_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
entityType
public IdentifyResponseRecordEntity entityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)
-
getEntityType
@Nullable public IdentifyResponseRecordEntity.EntityTypeEnum getEntityType()
Get entityType- Returns:
- entityType
-
setEntityType
public void setEntityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)
-
text
public IdentifyResponseRecordEntity text(String text)
-
getText
@Nullable public String getText()
The text string that was identified to represent the entity- Returns:
- text
-
setText
public void setText(String text)
-
-