PshComponentsImpl

class PshComponentsImpl(    var mPath: Array<String>? = null,     var mSearch: Array<Param>? = null,     var mHash: String? = null) : PshComponents

Data storage for deserializer

Constructors

Link copied to clipboard
fun PshComponentsImpl(    mPath: Array<String>? = null,     mSearch: Array<Param>? = null,     mHash: String? = null)

Functions

Link copied to clipboard
open override fun getHash(): String

URI hash component

Link copied to clipboard
open override fun getPath(): Array<String>

URI path component

Link copied to clipboard
open override fun getSearch(): Array<Param>

URI search component

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var mHash: String? = null
Link copied to clipboard
var mPath: Array<String>? = null
Link copied to clipboard
var mSearch: Array<Param>? = null