@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class LogStreamSelfLink extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LogStreamSelfLink.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 | 
|---|
LogStreamSelfLink()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getHref()
The URI of the resource 
 | 
LogStreamSelfLink.MethodEnum | 
getMethod()
HTTP method allowed for the resource 
 | 
int | 
hashCode()  | 
LogStreamSelfLink | 
href(String href)  | 
LogStreamSelfLink | 
method(LogStreamSelfLink.MethodEnum method)  | 
void | 
setHref(String href)  | 
void | 
setMethod(LogStreamSelfLink.MethodEnum method)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_HREF
public static final String JSON_PROPERTY_METHOD
public LogStreamSelfLink href(String href)
public void setHref(String href)
public LogStreamSelfLink method(LogStreamSelfLink.MethodEnum method)
@Nullable public LogStreamSelfLink.MethodEnum getMethod()
public void setMethod(LogStreamSelfLink.MethodEnum method)
Copyright © 2017–2023 Okta. All rights reserved.