Class Action

    • Method Detail

      • attributeName

        public final String attributeName()

        The related time series that you are modifying. This value is case insensitive.

        Returns:
        The related time series that you are modifying. This value is case insensitive.
      • operation

        public final Operation operation()

        The operation that is applied to the provided attribute. Operations include:

        • ADD - adds Value to all rows of AttributeName.

        • SUBTRACT - subtracts Value from all rows of AttributeName.

        • MULTIPLY - multiplies all rows of AttributeName by Value.

        • DIVIDE - divides all rows of AttributeName by Value.

        If the service returns an enum value that is not available in the current SDK version, operation will return Operation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from operationAsString().

        Returns:
        The operation that is applied to the provided attribute. Operations include:

        • ADD - adds Value to all rows of AttributeName.

        • SUBTRACT - subtracts Value from all rows of AttributeName.

        • MULTIPLY - multiplies all rows of AttributeName by Value.

        • DIVIDE - divides all rows of AttributeName by Value.

        See Also:
        Operation
      • operationAsString

        public final String operationAsString()

        The operation that is applied to the provided attribute. Operations include:

        • ADD - adds Value to all rows of AttributeName.

        • SUBTRACT - subtracts Value from all rows of AttributeName.

        • MULTIPLY - multiplies all rows of AttributeName by Value.

        • DIVIDE - divides all rows of AttributeName by Value.

        If the service returns an enum value that is not available in the current SDK version, operation will return Operation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from operationAsString().

        Returns:
        The operation that is applied to the provided attribute. Operations include:

        • ADD - adds Value to all rows of AttributeName.

        • SUBTRACT - subtracts Value from all rows of AttributeName.

        • MULTIPLY - multiplies all rows of AttributeName by Value.

        • DIVIDE - divides all rows of AttributeName by Value.

        See Also:
        Operation
      • value

        public final Double value()

        The value that is applied for the chosen Operation.

        Returns:
        The value that is applied for the chosen Operation.
      • serializableBuilderClass

        public static Class<? extends Action.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)