|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.UrlParameter
public class UrlParameter
This class represents a parameter on a URL as used by the CheckoutShoppingCartRequest clas s for 3rd party conversion tracking purposes.
CheckoutShoppingCartRequest
Constructor Summary | |
---|---|
UrlParameter(java.lang.String name,
UrlParameterType type)
Constructor which takes the parameter name and type. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the URL parameter name. |
UrlParameterType |
getParamType()
Get the URL parameter type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlParameter(java.lang.String name, UrlParameterType type)
name
- The parameter name.type
- The parameter type.UrlParameterType
Method Detail |
---|
public java.lang.String getName()
public UrlParameterType getParamType()
UrlParameterType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |