Package com.okta.sdk.resource.model
Class LogTarget
java.lang.Object
com.okta.sdk.resource.model.LogTarget
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class LogTarget
extends Object
implements Serializable
The entity that an actor performs an action on. Targets can be anything, such as an app user, a sign-in token, or
anything else.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeDetails(LogTargetChangeDetails changeDetails) booleanThe alternate ID of the targetGet changeDetailsFurther details on the targetThe display name of the targetgetId()The ID of the targetgetType()The type of targetinthashCode()voidsetChangeDetails(LogTargetChangeDetails changeDetails) toString()
-
Field Details
-
JSON_PROPERTY_ALTERNATE_ID
- See Also:
-
JSON_PROPERTY_CHANGE_DETAILS
- See Also:
-
JSON_PROPERTY_DETAIL_ENTRY
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
LogTarget
public LogTarget()
-
-
Method Details
-
getAlternateId
-
changeDetails
-
getChangeDetails
-
setChangeDetails
-
getDetailEntry
-
getDisplayName
-
getId
-
getType
-
equals
-
hashCode
-
toString
-