Package com.contentful.java.cma.model
Class CMAHttpException.ErrorBody.Sys
- java.lang.Object
-
- com.contentful.java.cma.model.CMAHttpException.ErrorBody.Sys
-
- Enclosing class:
- CMAHttpException.ErrorBody
public static class CMAHttpException.ErrorBody.Sys extends java.lang.ObjectSystem properties of an error body
-
-
Constructor Summary
Constructors Constructor Description Sys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetType()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Returns:
- the type, which should be `Error`.
-
getId
public java.lang.String getId()
- Returns:
- the id of the error.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- a human readable string, representing the object.
-
-