public class ResponseOptionsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
acceptableRequestSize
The request size that is acceptable for the server ac
|
protected Integer |
contentFormat
The content format of the response payload.
|
protected BytesValue |
etag
The entity tag of the response payload content.
|
protected List<String> |
locationPath
The location path of the resource that is created.
|
protected List<QueryParamAttribute> |
locationQuery
The location query of the resource that is created.
|
protected Long |
maxAge
The max age of an observable resource.
|
protected Integer |
observe
The number of the notification of an observed resource.number
|
protected List<OtherOptionAttribute> |
other
The other response options.
|
protected Integer |
responseSize
The response payload size indication [bytes].
|
| Constructor and Description |
|---|
ResponseOptionsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAcceptableRequestSize() |
Integer |
getContentFormat() |
BytesValue |
getEtag() |
List<String> |
getLocationPath() |
List<QueryParamAttribute> |
getLocationQuery()
Get the location query options as list.
|
Long |
getMaxAge() |
Integer |
getObserve() |
List<OtherOptionAttribute> |
getOther()
Get the other response options.
|
Integer |
getResponseSize() |
protected Integer acceptableRequestSize
protected Integer contentFormat
protected BytesValue etag
protected List<QueryParamAttribute> locationQuery
protected Long maxAge
protected Integer observe
protected List<OtherOptionAttribute> other
protected Integer responseSize
public BytesValue getEtag()
public Integer getContentFormat()
public Long getMaxAge()
public List<QueryParamAttribute> getLocationQuery()
public Integer getResponseSize()
public Integer getAcceptableRequestSize()
public Integer getObserve()
public List<OtherOptionAttribute> getOther()
Copyright © 2019–2025 Teslanet.nl. All rights reserved.