public class AntennaTargetingResult extends Object
CommunicationSystem.| Constructor and Description | 
|---|
AntennaTargetingResult(IServiceProvider antenna,
                      AntennaTargetingResultReason cause)
Creates a new instance specifying all parameters 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IServiceProvider | 
getAntenna()
Gets the antenna that could not be targeted. 
 | 
AntennaTargetingResultReason | 
getCause()
Gets the reason the antenna could not be targeted. 
 | 
public AntennaTargetingResult(IServiceProvider antenna, @Nonnull AntennaTargetingResultReason cause)
antenna - The antenna that could not be targeted.cause - The reason the antenna could not be targeted.public final IServiceProvider getAntenna()
@Nonnull public final AntennaTargetingResultReason getCause()