Package com.okta.sdk.resource.model
Class LogStream
java.lang.Object
com.okta.sdk.resource.model.LogStream
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LogStreamAws
,LogStreamSplunk
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogStream
extends Object
implements Serializable
LogStream
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Lifecycle status of the Log Stream object -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Log Stream object was createdgetId()
Unique identifier for the Log StreamTimestamp when the Log Stream object was last updatedgetLinks()
Get linksgetName()
Unique name for the Log Stream objectLifecycle status of the Log Stream objectgetType()
Get typeint
hashCode()
void
void
void
setType
(LogStreamType type) toString()
type
(LogStreamType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
LogStream
public LogStream()
-
-
Method Details
-
getCreated
Timestamp when the Log Stream object was created- Returns:
- created
-
getId
Unique identifier for the Log Stream- Returns:
- id
-
getLastUpdated
Timestamp when the Log Stream object was last updated- Returns:
- lastUpdated
-
name
-
getName
Unique name for the Log Stream object- Returns:
- name
-
setName
-
getStatus
Lifecycle status of the Log Stream object- Returns:
- status
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-