Package org.openapitools.client.model
Class LogStream
java.lang.Object
org.openapitools.client.model.LogStream
- Direct Known Subclasses:
LogStreamAws
,LogStreamSplunk
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-21T10:43:54.328303-05:00[America/Chicago]")
public class LogStream
extends Object
LogStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Log Stream was createdgetId()
Unique key for the Log StreamTimestamp when the Log Stream was last updatedgetLinks()
Get linksgetName()
Unique name for the Log StreamGet statusgetType()
Get typeint
hashCode()
links
(LogStreamLinks links) void
setLinks
(LogStreamLinks links) void
void
setStatus
(LifecycleStatus status) void
setType
(LogStreamType type) status
(LifecycleStatus status) 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 was created- Returns:
- created
-
getId
Unique key for the Log Stream- Returns:
- id
-
getLastUpdated
Timestamp when the Log Stream was last updated- Returns:
- lastUpdated
-
name
-
getName
Unique name for the Log Stream- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-