@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class RiskEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_EXPIRES_AT |
static java.lang.String |
JSON_PROPERTY_SUBJECTS |
static java.lang.String |
JSON_PROPERTY_TIMESTAMP |
| Constructor and Description |
|---|
RiskEvent() |
| Modifier and Type | Method and Description |
|---|---|
RiskEvent |
addSubjectsItem(RiskEventSubject subjectsItem) |
boolean |
equals(java.lang.Object o) |
RiskEvent |
expiresAt(java.time.OffsetDateTime expiresAt) |
java.time.OffsetDateTime |
getExpiresAt()
Time stamp at which the event expires (Expressed as a UTC time zone using ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z').
|
java.util.List<RiskEventSubject> |
getSubjects()
Get subjects
|
java.time.OffsetDateTime |
getTimestamp()
Time stamp at which the event is produced (Expressed as a UTC time zone using ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z').
|
int |
hashCode() |
void |
setExpiresAt(java.time.OffsetDateTime expiresAt) |
void |
setSubjects(java.util.List<RiskEventSubject> subjects) |
void |
setTimestamp(java.time.OffsetDateTime timestamp) |
RiskEvent |
subjects(java.util.List<RiskEventSubject> subjects) |
RiskEvent |
timestamp(java.time.OffsetDateTime timestamp) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_EXPIRES_AT
public static final java.lang.String JSON_PROPERTY_SUBJECTS
public static final java.lang.String JSON_PROPERTY_TIMESTAMP
public RiskEvent expiresAt(java.time.OffsetDateTime expiresAt)
@Nullable public java.time.OffsetDateTime getExpiresAt()
public void setExpiresAt(java.time.OffsetDateTime expiresAt)
public RiskEvent subjects(java.util.List<RiskEventSubject> subjects)
public RiskEvent addSubjectsItem(RiskEventSubject subjectsItem)
@Nonnull public java.util.List<RiskEventSubject> getSubjects()
public void setSubjects(java.util.List<RiskEventSubject> subjects)
public RiskEvent timestamp(java.time.OffsetDateTime timestamp)
@Nullable public java.time.OffsetDateTime getTimestamp()
public void setTimestamp(java.time.OffsetDateTime timestamp)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.