Class UpdateMeshNodeRequest

java.lang.Object
com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest

public class UpdateMeshNodeRequest extends Object
Describes a request to update properties for an existing MeshNode.
Since:
8.0
  • Method Details

    • getId

      public long getId()
      Returns:
      the ID of the node to update
    • getName

      @Nullable public String getName()
      Returns:
      the node's new name, or null to retain its existing name unchanged
    • getRpcUrl

      @Nullable public String getRpcUrl()
      Returns:
      the node's new URL, or null to retain its existing URL unchanged
    • getState

      @Nullable public MeshNode.State getState()
      Returns:
      the node's new state, or null to retain its existing state unchanged
      Since:
      8.4