@Beta public class InlineResponse200 extends Object
Constructor and Description |
---|
InlineResponse200() |
Modifier and Type | Method and Description |
---|---|
InlineResponse200 |
contents(Object contents)
Set the contents of this
InlineResponse200 instance and return the same instance. |
boolean |
equals(Object o) |
Object |
getContents()
Get contents
|
int |
hashCode() |
void |
setContents(Object contents)
Set the contents of this
InlineResponse200 instance. |
String |
toString() |
@Nonnull public InlineResponse200 contents(@Nonnull Object contents)
InlineResponse200
instance and return the same instance.contents
- The contents of this InlineResponse200
InlineResponse200
class@Nonnull public Object getContents()
InlineResponse200
instance.public void setContents(@Nonnull Object contents)
InlineResponse200
instance.contents
- The contents of this InlineResponse200
Copyright © 2020 SAP SE. All rights reserved.