Class SduStatusCustomFields
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.SduStatusCustomFields
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SduStatusCustomFields
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about custom smart document understanding fields that exist in this collection.
-
Constructor Summary
Constructors Constructor Description SduStatusCustomFields()
-
Method Summary
Modifier and Type Method Description Long
getDefined()
Gets the defined.Long
getMaximumAllowed()
Gets the maximumAllowed.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SduStatusCustomFields
public SduStatusCustomFields()
-
-
Method Details
-
getDefined
Gets the defined.The number of custom fields defined for this collection.
- Returns:
- the defined
-
getMaximumAllowed
Gets the maximumAllowed.The maximum number of custom fields that are allowed in this collection.
- Returns:
- the maximumAllowed
-