Class UrlSigningParamIdentifier

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

public class UrlSigningParamIdentifier extends Object
Defines how to identify a parameter for a specific purpose e.g. expires.
  • 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
    • 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.
    • paramName

      public String paramName()
      Get parameter name.
      Returns:
      the paramName value
    • withParamName

      public UrlSigningParamIdentifier withParamName(String paramName)
      Set parameter name.
      Parameters:
      paramName - the paramName value to set
      Returns:
      the UrlSigningParamIdentifier object itself.