Package com.merative.acd.v1.model
Class Annotation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.Annotation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Annotation extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>Annotation.
-
-
Constructor Summary
Constructors Constructor Description Annotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from Annotation by specified key.java.lang.LonggetBegin()Gets the begin.java.lang.StringgetCoveredText()Gets the coveredText.java.lang.LonggetEnd()Gets the end.java.lang.StringgetId()Gets the id.java.lang.StringgetType()Gets the type.java.lang.LonggetUid()Gets the uid.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id.- Returns:
- the id
-
getType
public java.lang.String getType()
Gets the type.- Returns:
- the type
-
getUid
public java.lang.Long getUid()
Gets the uid.- Returns:
- the uid
-
getBegin
public java.lang.Long getBegin()
Gets the begin.- Returns:
- the begin
-
getEnd
public java.lang.Long getEnd()
Gets the end.- Returns:
- the end
-
getCoveredText
public java.lang.String getCoveredText()
Gets the coveredText.- Returns:
- the coveredText
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from Annotation by specified key.- Overrides:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-