Class ContentInfo

java.lang.Object
com.sas.services.information.ContentInfo
All Implemented Interfaces:
Serializable

public class ContentInfo extends Object implements Serializable
This is a simple, immutable class for representing the content information for a folder.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentInfo(String root, String path, String userId, String password)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
     
    final String
     
    final String
     
    final String
     
    final String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ContentInfo

      public ContentInfo(String root, String path, String userId, String password)
  • Method Details

    • getRoot

      public final String getRoot()
    • getPath

      public final String getPath()
    • getUserId

      public final String getUserId()
    • getPassword

      public final String getPassword()
    • toString

      public final String toString()
      Overrides:
      toString in class Object