public class ClientResponse extends Object
Constructor and Description |
---|
ClientResponse(int httpStatus,
org.openrdf.model.Model triples) |
ClientResponse(int httpStatus,
org.openrdf.repository.Repository triples)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.Model |
getData() |
Date |
getExpires() |
int |
getHttpStatus() |
org.openrdf.repository.Repository |
getTriples()
Deprecated.
|
void |
setExpires(Date expires) |
void |
setHttpStatus(int httpStatus) |
@Deprecated public ClientResponse(int httpStatus, org.openrdf.repository.Repository triples)
public ClientResponse(int httpStatus, org.openrdf.model.Model triples)
@Deprecated public org.openrdf.repository.Repository getTriples()
public org.openrdf.model.Model getData()
public Date getExpires()
public void setExpires(Date expires)
public int getHttpStatus()
public void setHttpStatus(int httpStatus)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.