Interface abstracting model access.
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				getModelName(): string
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				openAPITypes(): array
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				openAPIFormats(): array
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				attributeMap(): array
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				setters(): array
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				getters(): array
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				listInvalidProperties(): array
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				valid(): bool
	
	
			 | 
		# | 
				
					
	public
					static
					
				
			 | 
			
				isNullable(string $property): bool
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				isNullableSetToNull(string $property): bool
	
	
			 | 
		# |