public class Resource extends Object
| Constructor and Description |
|---|
Resource(String xmlContent) |
Resource(String id,
String payload) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getPayload() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setId(String id) |
void |
setPayload(String payload) |
String |
toString() |
public Resource(String xmlContent)
Copyright © 2015 smartrics. All Rights Reserved.