@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TraceContent extends Object implements Serializable, Cloneable, StructuredPojo
Trace content for your wireless devices, gateways, and multicast groups.
| Constructor and Description |
|---|
TraceContent() |
| Modifier and Type | Method and Description |
|---|---|
TraceContent |
clone() |
boolean |
equals(Object obj) |
String |
getLogLevel() |
String |
getMulticastFrameInfo() |
String |
getWirelessDeviceFrameInfo() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLogLevel(String logLevel) |
void |
setMulticastFrameInfo(String multicastFrameInfo) |
void |
setWirelessDeviceFrameInfo(String wirelessDeviceFrameInfo) |
String |
toString()
Returns a string representation of this object.
|
TraceContent |
withLogLevel(LogLevel logLevel) |
TraceContent |
withLogLevel(String logLevel) |
TraceContent |
withMulticastFrameInfo(MulticastFrameInfo multicastFrameInfo) |
TraceContent |
withMulticastFrameInfo(String multicastFrameInfo) |
TraceContent |
withWirelessDeviceFrameInfo(String wirelessDeviceFrameInfo) |
TraceContent |
withWirelessDeviceFrameInfo(WirelessDeviceFrameInfo wirelessDeviceFrameInfo) |
public void setWirelessDeviceFrameInfo(String wirelessDeviceFrameInfo)
wirelessDeviceFrameInfo - WirelessDeviceFrameInfopublic String getWirelessDeviceFrameInfo()
WirelessDeviceFrameInfopublic TraceContent withWirelessDeviceFrameInfo(String wirelessDeviceFrameInfo)
wirelessDeviceFrameInfo - WirelessDeviceFrameInfopublic TraceContent withWirelessDeviceFrameInfo(WirelessDeviceFrameInfo wirelessDeviceFrameInfo)
wirelessDeviceFrameInfo - WirelessDeviceFrameInfopublic TraceContent withLogLevel(String logLevel)
logLevel - LogLevelpublic TraceContent withLogLevel(LogLevel logLevel)
logLevel - LogLevelpublic void setMulticastFrameInfo(String multicastFrameInfo)
multicastFrameInfo - MulticastFrameInfopublic String getMulticastFrameInfo()
MulticastFrameInfopublic TraceContent withMulticastFrameInfo(String multicastFrameInfo)
multicastFrameInfo - MulticastFrameInfopublic TraceContent withMulticastFrameInfo(MulticastFrameInfo multicastFrameInfo)
multicastFrameInfo - MulticastFrameInfopublic String toString()
toString in class ObjectObject.toString()public TraceContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.