public class IncompatibilityMessage extends Object implements Serializable, Cloneable
Represents information about incompatibility.
| Constructor and Description |
|---|
IncompatibilityMessage() |
| Modifier and Type | Method and Description |
|---|---|
IncompatibilityMessage |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message about the incompatibility.
|
String |
getType()
The type of incompatibility.
|
int |
hashCode() |
void |
setMessage(String message)
A message about the incompatibility.
|
void |
setType(DeviceAttribute type)
The type of incompatibility.
|
void |
setType(String type)
The type of incompatibility.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IncompatibilityMessage |
withMessage(String message)
A message about the incompatibility.
|
IncompatibilityMessage |
withType(DeviceAttribute type)
The type of incompatibility.
|
IncompatibilityMessage |
withType(String type)
The type of incompatibility.
|
public void setMessage(String message)
A message about the incompatibility.
message - A message about the incompatibility.public String getMessage()
A message about the incompatibility.
public IncompatibilityMessage withMessage(String message)
A message about the incompatibility.
message - A message about the incompatibility.public void setType(String type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
type - The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
DeviceAttributepublic String getType()
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
DeviceAttributepublic IncompatibilityMessage withType(String type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
type - The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
DeviceAttributepublic void setType(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
type - The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
DeviceAttributepublic IncompatibilityMessage withType(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
type - The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
DeviceAttributepublic String toString()
toString in class ObjectObject.toString()public IncompatibilityMessage clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.