-
public interface UnparsedFlagRepresents unparsed flag data kept in the flags state.
This is an internal API and should not be used by public consumers.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetVariationType()abstract StringgetVariationValue()abstract BooleangetDoLog()abstract StringgetAllocationKey()abstract StringgetVariationKey()abstract JSONObjectgetExtraLogging()abstract StringgetReason()-
-
Method Detail
-
getVariationType
abstract String getVariationType()
-
getVariationValue
abstract String getVariationValue()
-
getAllocationKey
abstract String getAllocationKey()
-
getVariationKey
abstract String getVariationKey()
-
getExtraLogging
abstract JSONObject getExtraLogging()
-
-
-
-