@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class LogStreamLinkObject extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LogStreamLinkObject.MethodEnum
HTTP method allowed for the resource
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_HREF |
static String |
JSON_PROPERTY_METHOD |
Constructor and Description |
---|
LogStreamLinkObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref()
The URI of the resource
|
LogStreamLinkObject.MethodEnum |
getMethod()
HTTP method allowed for the resource
|
int |
hashCode() |
LogStreamLinkObject |
href(String href) |
LogStreamLinkObject |
method(LogStreamLinkObject.MethodEnum method) |
void |
setHref(String href) |
void |
setMethod(LogStreamLinkObject.MethodEnum method) |
String |
toString() |
public static final String JSON_PROPERTY_HREF
public static final String JSON_PROPERTY_METHOD
public LogStreamLinkObject href(String href)
public void setHref(String href)
public LogStreamLinkObject method(LogStreamLinkObject.MethodEnum method)
@Nullable public LogStreamLinkObject.MethodEnum getMethod()
public void setMethod(LogStreamLinkObject.MethodEnum method)
Copyright © 2017–2023 Okta. All rights reserved.