Package com.cyberark.conjur.sdk.model
Class CreateHostForm
java.lang.Object
com.cyberark.conjur.sdk.model.CreateHostForm
CreateHostForm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotations(Object annotations) booleanAnnotations to apply to the new hostgetId()Identifier of the host to be created.inthashCode()voidsetAnnotations(Object annotations) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ANNOTATIONS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
-
Constructor Details
-
CreateHostForm
public CreateHostForm()
-
-
Method Details
-
annotations
-
getAnnotations
Annotations to apply to the new host- Returns:
- annotations
-
setAnnotations
-
id
-
getId
Identifier of the host to be created. It will be created within the account of the host factory.- Returns:
- id
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-