Class Domain
This class provides the GeoIP2 Domain model.
- GeoIp2\Model\AbstractModel implements JsonSerializable
 - 
			
GeoIp2\Model\Domain			
			
			
		 
__construct(), 
__get(), 
__isset(), 
get(), 
jsonSerialize()
		 | 
	
			protected  
			mixed
		 | 
		
				$domain
			 | 
		|
			protected  
			mixed
		 | 
		
				$ipAddress
			 | 
		
$raw
		 | 
	
			public  
			string
		 | 
		
				$domain
			 The second level domain associated with the IP address. This will be something like "example.com" or "example.co.uk", not "foo.example.com".  | 
	
			public  
			string
		 | 
		
				$ipAddress
			 The IP address that the data in the model is for.  |