com.nativex.common
Class UDIDs.UDID

java.lang.Object
  extended by com.nativex.common.UDIDs.UDID
Enclosing class:
UDIDs

public class UDIDs.UDID
extends Object


Field Summary
private  String type
          
Constructor Summary
UDIDs.UDID()
           
 
Method Summary
 boolean equals(Object object)
           
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type


value

Constructor Detail

UDIDs.UDID

public UDIDs.UDID()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)

equals

public boolean equals(Object object)
Overrides:
equals in class Object