Package com.contentful.java.cda
Class CDATag
- java.lang.Object
-
- com.contentful.java.cda.CDAResource
-
- com.contentful.java.cda.CDATag
-
- All Implemented Interfaces:
java.io.Serializable
public class CDATag extends CDAResource
Represents a single locale.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CDATag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()java.lang.StringtoString()-
Methods inherited from class com.contentful.java.cda.CDAResource
attrs, getAttribute, id, type
-
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- human readable name of this tag.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCDAResource- Returns:
- a human readable string, representing the object.
-
-