Class ExternalStorageId


  • public class ExternalStorageId
    extends Object
    External storage id. It consists of two parts: internal id of a project, where this storage was configured, and an id of a storage for this project (probably, feature id of a storage)
    Since:
    2020.2
    • Constructor Detail

      • ExternalStorageId

        public ExternalStorageId​(@NotNull
                                 String projectId,
                                 @NotNull
                                 String projectStorageId)
    • Method Detail

      • getFullId

        @NotNull
        public String getFullId()
      • getProjectId

        @NotNull
        public String getProjectId()
      • getProjectStorageId

        @NotNull
        public String getProjectStorageId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object