public class Behavior
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Behavior() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets the category.
|
String |
getName()
Gets the name.
|
Double |
getPercentage()
Gets the percentage.
|
String |
getTraitId()
Gets the traitId.
|
public String getTraitId()
The unique, non-localized identifier of the characteristic to which the results pertain. IDs have the form `behavior_{value}`.
public String getName()
The user-visible, localized name of the characteristic.
public String getCategory()
The category of the characteristic: `behavior` for temporal data.
public Double getPercentage()
For JSON content that is timestamped, the percentage of timestamped input data that occurred during that day of the week or hour of the day. The range is 0 to 1.
Copyright © 2021 IBM Cloud. All rights reserved.