Package com.cyberark.conjur.sdk.model
Class CreateHost
java.lang.Object
com.cyberark.conjur.sdk.model.CreateHost
Contains information about a created host
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnnotationsItem(String annotationsItem) addPermissionsItem(String permissionsItem) annotations(List<String> annotations) booleanGet annotationsGet apiKeyGet createdAtgetId()Get idgetOwner()Get ownerGet permissionsinthashCode()permissions(List<String> permissions) voidsetAnnotations(List<String> annotations) voidvoidsetCreatedAt(String createdAt) voidvoidvoidsetPermissions(List<String> permissions) toString()
-
Field Details
-
SERIALIZED_NAME_ANNOTATIONS
- See Also:
-
SERIALIZED_NAME_API_KEY
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OWNER
- See Also:
-
SERIALIZED_NAME_PERMISSIONS
- See Also:
-
-
Constructor Details
-
CreateHost
public CreateHost()
-
-
Method Details
-
annotations
-
addAnnotationsItem
-
getAnnotations
Get annotations- Returns:
- annotations
-
setAnnotations
-
apiKey
-
getApiKey
Get apiKey- Returns:
- apiKey
-
setApiKey
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
id
-
getId
Get id- Returns:
- id
-
setId
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
permissions
-
addPermissionsItem
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
equals
-
hashCode
public int hashCode() -
toString
-