Class UrlSigningParamIdentifier
java.lang.Object
com.microsoft.azure.management.cdn.UrlSigningParamIdentifier
Defines how to identify a parameter for a specific purpose e.g. expires.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet indicates the purpose of the parameter.Get parameter name.withParamIndicator
(ParamIndicator paramIndicator) Set indicates the purpose of the parameter.withParamName
(String paramName) Set parameter name.
-
Constructor Details
-
UrlSigningParamIdentifier
public UrlSigningParamIdentifier()
-
-
Method Details
-
paramIndicator
Get indicates the purpose of the parameter. Possible values include: 'Expires', 'KeyId', 'Signature'.- Returns:
- the paramIndicator value
-
withParamIndicator
Set indicates the purpose of the parameter. Possible values include: 'Expires', 'KeyId', 'Signature'.- Parameters:
paramIndicator
- the paramIndicator value to set- Returns:
- the UrlSigningParamIdentifier object itself.
-
paramName
Get parameter name.- Returns:
- the paramName value
-
withParamName
Set parameter name.- Parameters:
paramName
- the paramName value to set- Returns:
- the UrlSigningParamIdentifier object itself.
-