public class SenlinProfile extends Object implements Profile
Modifier and Type | Class and Description |
---|---|
static class |
SenlinProfile.Profile
An inner class for representing lists of senlinProfile
|
Constructor and Description |
---|
SenlinProfile() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
Returns the created at time of the profile
|
String |
getDomain()
Returns the domain of the profile
|
String |
getId() |
Map<String,Object> |
getMetadata()
Returns the metadata of the profile
|
String |
getName() |
String |
getProject()
Returns the project of the profile
|
Map<String,Object> |
getSpec()
Returns the spec of the profile
|
String |
getType()
Returns the type of the profile
|
Date |
getUpdatedAt()
Returns the updated at time of the profile
|
String |
getUser()
Returns the user of the profile
|
String |
toString() |
public String getType()
Profile
public Date getUpdatedAt()
Profile
getUpdatedAt
in interface Profile
public String getUser()
Profile
public String getId()
getId
in interface ResourceEntity
public String getName()
getName
in interface ResourceEntity
public Date getCreatedAt()
Profile
getCreatedAt
in interface Profile
public String getDomain()
Profile
public String getProject()
Profile
getProject
in interface Profile
public Map<String,Object> getMetadata()
Profile
getMetadata
in interface Profile
public Map<String,Object> getSpec()
Profile
Copyright © 2017. All rights reserved.