Represents a URI path segment or query parameter
no subtypes hierarchy
Initializer |
Parameter(String name, String? val = null) Parameters:
|
Attributes | |
hash | Source Codeshared actual Integer hash The hash value of the value, which allows the value to be an element of a hash-based set or key of a hash-based map. Implementations must respect the constraint that:
Therefore, a class which refines In general, Note that when executing on a Java Virtual Machine, the
64-bit |
humanRepresentation | Source Codeshared String humanRepresentation Returns a human (non parseable) representation of this part |
name | Source Codeshared String name |
string | Source Codeshared actual String string Returns an externalisable (percent-encoded) representation of this part Refines Object.string |
val | Source Codeshared String? val |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
equals | Source Codeshared actual Boolean equals(Object that) Returns true if the given object is the same as this object |
toRepresentation | Source Codeshared String toRepresentation(Boolean human) Returns either an externalisable (percent-encoded) or human (non parseable) representation of this part |
Inherited Methods |
Methods inherited from: Object |