Package com.configcat

Class PercentageRule


  • public class PercentageRule
    extends java.lang.Object
    Describes a rollout percentage rule.
    • Constructor Summary

      Constructors 
      Constructor Description
      PercentageRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPercentage()  
      com.google.gson.JsonElement getValue()  
      java.lang.String getVariationId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PercentageRule

        public PercentageRule()
    • Method Detail

      • getValue

        public com.google.gson.JsonElement getValue()
      • getPercentage

        public double getPercentage()
      • getVariationId

        public java.lang.String getVariationId()