@Beta @PublicAPI public class AttachedData extends java.lang.Object
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
Constructor and Description |
---|
AttachedData(java.lang.String name,
java.lang.String data)
Creates an AttachedData class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Gets the data field.
|
java.lang.String |
getName()
Gets the name.
|