Package video.api.client.api
Class Pair
java.lang.Object
video.api.client.api.Pair
public class Pair
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Pair(java.lang.String name, java.lang.String value) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Pair
public Pair(java.lang.String name, java.lang.String value)
-
-
Method Details
-
getName
public java.lang.String getName() -
getValue
public java.lang.String getValue()
-