UrlSigningParamIdentifier Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.UrlSigningParamIdentifier

public class UrlSigningParamIdentifier

Defines how to identify a parameter for a specific purpose e.g. expires.

Constructor Summary

Constructor Description
UrlSigningParamIdentifier()

Method Summary

Modifier and Type Method and Description
ParamIndicator paramIndicator()

Get indicates the purpose of the parameter.

java.lang.String paramName()

Get parameter name.

UrlSigningParamIdentifier withParamIndicator(ParamIndicator paramIndicator)

Set indicates the purpose of the parameter.

UrlSigningParamIdentifier withParamName(String paramName)

Set parameter name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UrlSigningParamIdentifier

public UrlSigningParamIdentifier()

Method Details

paramIndicator

public ParamIndicator paramIndicator()

Get indicates the purpose of the parameter. Possible values include: 'Expires', 'KeyId', 'Signature'.

Returns:

the paramIndicator value

paramName

public String paramName()

Get parameter name.

Returns:

the paramName value

withParamIndicator

public UrlSigningParamIdentifier withParamIndicator(ParamIndicator paramIndicator)

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.

withParamName

public UrlSigningParamIdentifier withParamName(String paramName)

Set parameter name.

Parameters:

paramName - the paramName value to set

Returns:

the UrlSigningParamIdentifier object itself.

Applies to