protected static class BasicURLTemplate.Parameter extends Object
| Constructor and Description |
|---|
BasicURLTemplate.Parameter()
Creates a new Parameter object
|
BasicURLTemplate.Parameter(String name,
boolean optional)
Creates a new Parameter object with a given qualified name and required-optional information
|
public String name
public BasicURLTemplate.Parameter()
public BasicURLTemplate.Parameter(String name, boolean optional)
name - The qualified name of the parameteroptional - False if the parameter is required, true otherwisepublic boolean equals(Object p)
Copyright © 2014. All Rights Reserved.