Class AddDiagramPictureRequest

  • All Implemented Interfaces:
    Serializable

    public class AddDiagramPictureRequest
    extends Object
    implements Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • AddDiagramPictureRequest

        public AddDiagramPictureRequest()
    • Method Detail

      • getAssetId

        @NotNull
        public @NotNull UUID getAssetId()
        Required. The ID of the Asset for which the picture should be taken.
      • getViewId

        @NotNull
        public @NotNull UUID getViewId()
        Required. The ID of the View for which the picture should be taken.
      • setAssetId

        public void setAssetId​(@NotNull
                               @NotNull UUID assetId)
        Required. The ID of the Asset for which the picture should be taken.
      • setViewId

        public void setViewId​(@NotNull
                              @NotNull UUID viewId)
        Required. The ID of the View for which the picture should be taken.
      • equals

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

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String toString()
        Overrides:
        toString in class Object