Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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