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-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.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
The alternate ID of the target- Returns:
- alternateId
-
changeDetails
-
getChangeDetails
Get changeDetails- Returns:
- changeDetails
-
setChangeDetails
-
getDetailEntry
Further details on the target- Returns:
- detailEntry
-
getDisplayName
The display name of the target- Returns:
- displayName
-
getId
The ID of the target- Returns:
- id
-
getType
The type of target- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-