Class ResourceMetadata

  • All Implemented Interfaces:

    
    public final class ResourceMetadata
    
                        

    Represents metadata associated with a tbDEX resource.

    Metadata provides information about the resource, such as its type, origin, creation time, and protocol version.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ResourceKind getKind() The kind of resource (e.g., OFFERING, BALANCE).
      final String getFrom() The DID of the sender of the resource.
      final String getId() The unique identifier for the resource.
      final String getProtocol() The version of the tbDEX protocol in use.
      final String getCreatedAt() The timestamp when the resource was created (in ISO 8601 format).
      final String getUpdatedAt() The optional timestamp of the last update to the resource (in ISO 8601 format).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait