public abstract class ApplicationDetail extends BaseUserAgentDetail
name, version
Modifier | Constructor and Description |
---|---|
protected |
ApplicationDetail(String name)
Constructor for a detail with a name.
|
protected |
ApplicationDetail(String name,
String version)
Constructor for a detail with a name and version.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hardwareDetail()
Indicates if it is a detail describing the hardware.
|
boolean |
plaformDetail()
Indicates if it is a detail describing the platform.
|
detailType, equals, hashCode, name, toString, version
protected ApplicationDetail(String name)
name
- The namepublic final boolean plaformDetail()
UserAgentDetail
public final boolean hardwareDetail()
UserAgentDetail
Copyright © 2016. All Rights Reserved.