Class CacheKeyQueryStringActionParameters

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

public class CacheKeyQueryStringActionParameters extends Object
Defines the parameters for the cache-key query string action.
  • Constructor Details

    • CacheKeyQueryStringActionParameters

      public CacheKeyQueryStringActionParameters()
      Creates an instance of CacheKeyQueryStringActionParameters class.
  • Method Details

    • odatatype

      public String odatatype()
      Get the odatatype value.
      Returns:
      the odatatype value
    • withOdatatype

      public CacheKeyQueryStringActionParameters withOdatatype(String odatatype)
      Set the odatatype value.
      Parameters:
      odatatype - the odatatype value to set
      Returns:
      the CacheKeyQueryStringActionParameters object itself.
    • queryStringBehavior

      public QueryStringBehavior queryStringBehavior()
      Get caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.
      Returns:
      the queryStringBehavior value
    • withQueryStringBehavior

      public CacheKeyQueryStringActionParameters withQueryStringBehavior(QueryStringBehavior queryStringBehavior)
      Set caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.
      Parameters:
      queryStringBehavior - the queryStringBehavior value to set
      Returns:
      the CacheKeyQueryStringActionParameters object itself.
    • queryParameters

      public String queryParameters()
      Get query parameters to include or exclude (comma separated).
      Returns:
      the queryParameters value
    • withQueryParameters

      public CacheKeyQueryStringActionParameters withQueryParameters(String queryParameters)
      Set query parameters to include or exclude (comma separated).
      Parameters:
      queryParameters - the queryParameters value to set
      Returns:
      the CacheKeyQueryStringActionParameters object itself.