Class OciResource

java.lang.Object
org.apache.storm.container.oci.OciResource

public class OciResource extends Object
  • Constructor Details

    • OciResource

      public OciResource(String path, String fileName, long size, long timestamp, org.apache.storm.container.oci.OciResource.OciResourceType type)
      Constructor.
      Parameters:
      path - the path to the resource
      fileName - the filename of the resource
      size - the size of the resource
      timestamp - the modification time of the resource
      type - the type of the resource
  • Method Details

    • getPath

      public String getPath()
    • getFileName

      public String getFileName()
    • getSize

      public long getSize()
    • getTimestamp

      public long getTimestamp()
    • getType

      public org.apache.storm.container.oci.OciResource.OciResourceType getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object