Interface ObjectId

  • All Superinterfaces:
    Writeable
    All Known Implementing Classes:
    ObjectIdImpl

    @ManagedData
    @Description("The ObjectId field within an ObjectKey in an IOR")
    public interface ObjectId
    extends Writeable
    • Method Detail

      • getIdString

        @ManagedAttribute(id="Id")
        @Description("The actual bytes in the ObjectKey")
        java.lang.String getIdString()
      • getId

        byte[] getId()