Class PolicySku


  • public class PolicySku
    extends Object
    The policy sku.
    • Constructor Detail

      • PolicySku

        public PolicySku()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public PolicySku withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the PolicySku object itself.
      • tier

        public String tier()
        Get the tier value.
        Returns:
        the tier value
      • withTier

        public PolicySku withTier​(String tier)
        Set the tier value.
        Parameters:
        tier - the tier value to set
        Returns:
        the PolicySku object itself.