Android SDK Version


public final class ParameterComponent
Nested Class Summary
Modifier and TypeClassDescription
public classParameterComponent.Companion
Field Summary
Modifier and TypeFieldDescription
private final Stringname
private final Stringvalue
private final List<PathComponent>path
private final StringpathType
Constructor Summary
ConstructorDescription
ParameterComponent(JSONObject component)
Method Summary
Modifier and TypeMethodDescription
final StringgetName()
final StringgetValue()
final List<PathComponent>getPath()
final StringgetPathType()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

ParameterComponent

ParameterComponent(JSONObject component)
Method Detail

getName

 final StringgetName()

getValue

 final StringgetValue()

getPath

 final List<PathComponent> getPath()

getPathType

 final StringgetPathType()