Class YoutubeCipherOperation


  • public class YoutubeCipherOperation
    extends java.lang.Object
    One cipher operation definition.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • parameter

        public final int parameter
        The parameter for the operation.
    • Constructor Detail

      • YoutubeCipherOperation

        public YoutubeCipherOperation​(YoutubeCipherOperationType type,
                                      int parameter)
        Parameters:
        type - The type of the operation.
        parameter - The parameter for the operation.