Class CreateHostForm

java.lang.Object
com.cyberark.conjur.sdk.model.CreateHostForm

public class CreateHostForm extends Object
CreateHostForm
  • Field Details

  • Constructor Details

    • CreateHostForm

      public CreateHostForm()
  • Method Details

    • annotations

      public CreateHostForm annotations(Object annotations)
    • getAnnotations

      @Nullable public Object getAnnotations()
      Annotations to apply to the new host
      Returns:
      annotations
    • setAnnotations

      public void setAnnotations(Object annotations)
    • id

      public CreateHostForm id(String id)
    • getId

      public String getId()
      Identifier of the host to be created. It will be created within the account of the host factory.
      Returns:
      id
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object