Package com.merative.acd.v1.model
Class Entity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.Entity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Entity extends com.ibm.cloud.sdk.core.service.model.GenericModel
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Entity.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
id()
Gets the id.java.lang.Long
mergeid()
Gets the mergeid.Entity.Builder
newBuilder()
New builder.java.lang.String
type()
Gets the type.java.lang.Long
uid()
Gets the uid.
-
-
-
Method Detail
-
newBuilder
public Entity.Builder newBuilder()
New builder.- Returns:
- a Entity builder
-
id
public java.lang.String id()
Gets the id.- Returns:
- the id
-
type
public java.lang.String type()
Gets the type.- Returns:
- the type
-
uid
public java.lang.Long uid()
Gets the uid.- Returns:
- the uid
-
mergeid
public java.lang.Long mergeid()
Gets the mergeid.- Returns:
- the mergeid
-
-