case class NERCollectionSDK(entities: Seq[NEREntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NERCollectionSDK
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NERCollectionSDK(entities: Seq[NEREntitySDK], warnings: Seq[TAWarningSDK])
Value Members
- val entities: Seq[NEREntitySDK]
- val warnings: Seq[TAWarningSDK]