All Implemented Interfaces:
AzAttributes, AzResource, Attributes

public final class AzResourceImpl extends AzAttributesImpl implements AzResource
  • Constructor Details

    • AzResourceImpl

      public AzResourceImpl(URI resource)
      Constructor
      Parameters:
      resource - The represented resource
      Throws:
      IllegalArgumentException - Given resource was null
  • Method Details

    • getUri

      public URI getUri()
      Determines the URI representing this resource.
      Specified by:
      getUri in interface AzResource
      Returns:
      The URI representing this resource., never null.
    • toString

      public String toString()
      Determines the URI used to initialize this resource.
      Overrides:
      toString in class Object
      Returns:
      The URI used to initialize this resource.