public class SharedWithMeResponseJson extends BaseJson
Constructor and Description |
---|
SharedWithMeResponseJson() |
SharedWithMeResponseJson(EmbeddedNotificationJson embeddedNotificationJson,
ItemWithErrorJson itemInfoJson) |
Modifier and Type | Method and Description |
---|---|
EmbeddedNotificationJson |
getEmbeddedNotificationJson() |
BaseJson |
getItemJson() |
String |
getTransientError() |
Integer |
getTransientErrorCode() |
void |
setEmbeddedNotificationJson(EmbeddedNotificationJson embeddedNotificationJson) |
void |
setItemJson(BaseJson itemJson) |
void |
setTransientError(String transientError) |
void |
setTransientErrorCode(Integer transientErrorCode) |
getObjType, setObjType, toString
public SharedWithMeResponseJson()
public SharedWithMeResponseJson(EmbeddedNotificationJson embeddedNotificationJson, ItemWithErrorJson itemInfoJson)
public EmbeddedNotificationJson getEmbeddedNotificationJson()
public void setEmbeddedNotificationJson(EmbeddedNotificationJson embeddedNotificationJson)
public BaseJson getItemJson()
public void setItemJson(BaseJson itemJson)
public String getTransientError()
public void setTransientError(String transientError)
public Integer getTransientErrorCode()
public void setTransientErrorCode(Integer transientErrorCode)
Copyright © 2019. All rights reserved.