Class WorkspaceIdentity


  • @Generated("com.googlecode.jsonschema2pojo")
    public class WorkspaceIdentity
    extends java.lang.Object

    Original spec-file type: WorkspaceIdentity

     A workspace identifier.
                     Select a workspace by one, and only one, of the numerical id or name.
                     ws_id id - the numerical ID of the workspace.
                     ws_name workspace - the name of the workspace.
     
    • Constructor Detail

      • WorkspaceIdentity

        public WorkspaceIdentity()
    • Method Detail

      • getWorkspace

        public java.lang.String getWorkspace()
      • setWorkspace

        public void setWorkspace​(java.lang.String workspace)
      • withWorkspace

        public WorkspaceIdentity withWorkspace​(java.lang.String workspace)
      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(java.lang.String name,
                                            java.lang.Object value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object