-
public final class ParameterComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classParameterComponent.Companion
-
Constructor Summary
Constructors Constructor Description ParameterComponent(JSONObject component)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetValue()final List<PathComponent>getPath()final StringgetPathType()-
-
Constructor Detail
-
ParameterComponent
ParameterComponent(JSONObject component)
-
-
Method Detail
-
getPath
final List<PathComponent> getPath()
-
getPathType
final String getPathType()
-
-
-
-