public class Profile
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Profile.ProfileType
The type of profile.
|
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
ApplicabilityCriteria |
getApplicabilityCriteria()
Gets the applicabilityCriteria.
|
java.lang.String |
getBaseProfile()
Gets the baseProfile.
|
java.lang.String |
getCreatedBy()
Gets the createdBy.
|
java.util.Date |
getCreatedTime()
Gets the createdTime.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getModifiedBy()
Gets the modifiedBy.
|
java.util.Date |
getModifiedTime()
Gets the modifiedTime.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getProfileId()
Gets the profileId.
|
java.lang.String |
getProfileType()
Gets the profileType.
|
java.lang.String |
getReasonForDelete()
Gets the reasonForDelete.
|
java.lang.Long |
getVersion()
Gets the version.
|
java.lang.Boolean |
isEnabled()
Gets the enabled.
|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Long getVersion()
public java.lang.String getCreatedBy()
public java.lang.String getModifiedBy()
public java.lang.String getReasonForDelete()
public ApplicabilityCriteria getApplicabilityCriteria()
public java.lang.String getProfileId()
public java.lang.String getBaseProfile()
public java.lang.String getProfileType()
public java.util.Date getCreatedTime()
public java.util.Date getModifiedTime()
public java.lang.Boolean isEnabled()
Copyright © 2022 IBM Cloud Platform Services. All rights reserved.